Color Hex Logo

#cfc7dc Color Hex

#CFC7DC
(207,199,220)
0 Favorites   0 Comments

Color spaces of #cfc7dc

RGB 207199220
HSL0.730.230.82
HSV263°10°86°
CMYK 0.060.100.00   0.14
XYZ59.073859.279676.0387
Yxy59.27960.30390.3049
Hunter Lab76.99322.2176-4.6597
CIE-Lab81.44506.6778-9.4327

#cfc7dc color RGB value is (207,199,220).

#cfc7dc hex color red value is 207, green value is 199 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cfc7dc hue: 0.73 , saturation: 0.23 and the lightness value of cfc7dc is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000111 11011100
Octal 317 307 334
Decimal 207 199 220
Hex CF C7 DC

RGB Percentages of Color #cfc7dc

%33.07
%31.79
%35.14

CMYK Percentages of Color #cfc7dc

%6
%10
%0
%14

Triadic Colors of #cfc7dc

#cfc7dc #dccfc7 #c7dccf

Analogous Colors of #cfc7dc

#cfc7dc #dac7dc #c7cadc

Monochromatic Colors of #cfc7dc

#cfc7dc

Complementary Color

#cfc7dc #d4dcc7

#cfc7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc7dc Color CSS Codes

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

#cfc7dc Text Font Color

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

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


#cfc7dc Background Color

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

This div background color is #cfc7dc


#cfc7dc Border Color

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

This div border color is #cfc7dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,199,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 #cfc7dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc7dc


Comments

No comments written yet.

Please login to write comment.