Color Hex Logo

#cfc9dc Color Hex

#CFC9DC
(207,201,220)
0 Favorites   0 Comments

Color spaces of #cfc9dc

RGB 207201220
HSL0.720.210.83
HSV259°86°
CMYK 0.060.090.00   0.14
XYZ59.537060.206076.1931
Yxy60.20600.30390.3073
Hunter Lab77.59251.1767-3.9059
CIE-Lab81.95005.6135-8.6820

#cfc9dc color RGB value is (207,201,220).

#cfc9dc hex color red value is 207, green value is 201 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cfc9dc hue: 0.72 , saturation: 0.21 and the lightness value of cfc9dc is 0.83.

The process color (four color CMYK) of #cfc9dc color hex is 0.06, 0.09, 0.00, 0.14. Web safe color of #cfc9dc is #cccccc. Color #cfc9dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11001001 11011100
Octal 317 311 334
Decimal 207 201 220
Hex CF C9 DC

RGB Percentages of Color #cfc9dc

%32.96
%32.01
%35.03

CMYK Percentages of Color #cfc9dc

%6
%9
%0
%14

Triadic Colors of #cfc9dc

#cfc9dc #dccfc9 #c9dccf

Analogous Colors of #cfc9dc

#cfc9dc #d9c9dc #c9cddc

Monochromatic Colors of #cfc9dc

#cfc9dc

Complementary Color

#cfc9dc #d6dcc9

#cfc9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc9dc Color CSS Codes

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

#cfc9dc Text Font Color

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

This sample text font color is #cfc9dc
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.


#cfc9dc Background Color

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

This div background color is #cfc9dc


#cfc9dc Border Color

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

This div border color is #cfc9dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(207,201,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cfc9dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cfc9dc;
  -webkit-box-shadow: 1px 1px 3px 2px #cfc9dc;
  box-shadow:         1px 1px 3px 2px #cfc9dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,201,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc9dc


Comments

No comments written yet.

Please login to write comment.