#CFC7DA

Color #CFC7DA Fog (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fog #CFC7DA

Tints of Fog #CFC7DA

Color information

#CFC7DA (or 0xCFC7DA) is unknown color: approx Fog. HEX triplet: CF, C7 and DA. RGB value is (207,199,218). Sum of RGB (Red+Green+Blue) = 207+199+218=624 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.17% from 624); Green value is 199 (78.12% from 255 or 31.89% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 218 - color contains mainly: blue. Hex color #CFC7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC7DA is #303825. Grayscale: #CBCBCB. Windows color (decimal): -3160102 or 14337999. OLE color: 14337999.

HSL color Cylindrical-coordinate representation of color #CFC7DA: hue angle of 265.26º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFC7DA is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB207199218-
CMYK0.050.0900.15
HSL265.26º20.43%81.76%-
HSV(B)265.26º8.72%85.49%-
XYZ58.8159.1774.65-
YUV203.56136.15130.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 33.17%
GREEN value IS 199 (78.12% from 255) = 31.89%
BLUE value IS 218 (85.55% from 255) = 34.94%
R=33.17%
G=31.89%
B=34.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2071992180.050.0900.15265.2620.4381.76
HexCFC7DA590F1091452
Octal31730733251101741124122
Binary110011111100011111011010101100101111100001001101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC7DA; }

 p { color: rgb(207,199,218); }

 H1.HeaderClassName
 {
   color: #CFC7DA;
 }
 .AnyTagClassName
 {
   color: #CFC7DA;
 }
</style>
background-color css

<style>
 a { background-color: #CFC7DA; }

 a { background-color: rgb(207,199,218); }

 div.DivClassName
 {
   background-color: #CFC7DA;
 }
 .BgClassName
 {
   background-color: #CFC7DA;
 }
</style>
border-color css

<style>
 span { border-color: #CFC7DA; }

 span { border-color: rgb(207,199,218); }

 td.TdClassName
 {
   border-color: #CFC7DA;
 }
 .TagClassName
 {
   border-color: #CFC7DA;
 }
</style>