#CFC9D7

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

Shades of Fog #CFC9D7

Tints of Fog #CFC9D7

Color information

#CFC9D7 (or 0xCFC9D7) is unknown color: approx Fog. HEX triplet: CF, C9 and D7. RGB value is (207,201,215). Sum of RGB (Red+Green+Blue) = 207+201+215=623 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.23% from 623); Green value is 201 (78.91% from 255 or 32.26% from 623); Blue value is 215 (84.38% from 255 or 34.51% from 623); Max value from RGB is 215 - color contains mainly: blue. Hex color #CFC9D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC9D7 is #303628. Grayscale: #CCCCCC. Windows color (decimal): -3159593 or 14141903. OLE color: 14141903.

HSL color Cylindrical-coordinate representation of color #CFC9D7: hue angle of 265.71º degrees, saturation: 0.15, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CFC9D7 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB207201215-
CMYK0.040.0700.16
HSL265.71º14.89%81.57%-
HSV(B)265.71º6.51%84.31%-
XYZ58.8859.9472.76-
YUV204.39133.99129.86-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.23%
GREEN value IS 201 (78.91% from 255) = 32.26%
BLUE value IS 215 (84.38% from 255) = 34.51%
R=33.23%
G=32.26%
B=34.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072012150.040.0700.16265.7114.8981.57
HexCFC9D74701010af52
Octal3173113274702041217122
Binary11001111110010011101011110011101000010000101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC9D7; }

 p { color: rgb(207,201,215); }

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

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

 a { background-color: rgb(207,201,215); }

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

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

 span { border-color: rgb(207,201,215); }

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