Color Hex Logo

#ccbfdd Color Hex

#CCBFDD
(204,191,221)
0 Favorites   0 Comments

Color spaces of #ccbfdd

RGB 204191221
HSL0.740.310.81
HSV266°14°87°
CMYK 0.080.140.00   0.13
XYZ56.583855.319476.1020
Yxy55.31940.30100.2942
Hunter Lab74.37705.6377-8.6012
CIE-Lab79.224910.1659-13.3097

#ccbfdd color RGB value is (204,191,221).

#ccbfdd hex color red value is 204, green value is 191 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ccbfdd hue: 0.74 , saturation: 0.31 and the lightness value of ccbfdd is 0.81.

The process color (four color CMYK) of #ccbfdd color hex is 0.08, 0.14, 0.00, 0.13. Web safe color of #ccbfdd is #cccccc. Color #ccbfdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111111 11011101
Octal 314 277 335
Decimal 204 191 221
Hex CC BF DD

RGB Percentages of Color #ccbfdd

%33.12
%31.01
%35.88

CMYK Percentages of Color #ccbfdd

%8
%14
%0
%13

Triadic Colors of #ccbfdd

#ccbfdd #ddccbf #bfddcc

Analogous Colors of #ccbfdd

#ccbfdd #dbbfdd #bfc1dd

Monochromatic Colors of #ccbfdd

#ccbfdd

Complementary Color

#ccbfdd #d0ddbf

#ccbfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbfdd Color CSS Codes

.mybgcolor {background-color:#ccbfdd; } 
.myforecolor {color:#ccbfdd; }
.mybordercolor {border:3px solid #ccbfdd; }

#ccbfdd Text Font Color

<p style="color:#ccbfdd">Text here</p>

This sample text font color is #ccbfdd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ccbfdd Background Color

<div style="background-color:#ccbfdd">
Div content here</div>

This div background color is #ccbfdd


#ccbfdd Border Color

<div style="border:3px solid #ccbfdd">
Div here</div>

This div border color is #ccbfdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,191,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ccbfdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ccbfdd;
  -webkit-box-shadow: 1px 1px 3px 2px #ccbfdd;
  box-shadow:         1px 1px 3px 2px #ccbfdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,191,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ccbfdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ccbfdd;
  -webkit-box-shadow: 1px 1px 3px 2px #ccbfdd;
  box-shadow:         1px 1px 3px 2px #ccbfdd;">
Div content here</div>

This div box has shadow with color #ccbfdd

#ccbfdd Color Palettes


Comments

No comments written yet.

Please login to write comment.