#CFC9DD

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

Shades of Fog #CFC9DD

Tints of Fog #CFC9DD

Color information

#CFC9DD (or 0xCFC9DD) is unknown color: approx Fog. HEX triplet: CF, C9 and DD. RGB value is (207,201,221). Sum of RGB (Red+Green+Blue) = 207+201+221=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 201 (78.91% from 255 or 31.96% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFC9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC9DD is #303622. Grayscale: #CDCDCD. Windows color (decimal): -3159587 or 14535119. OLE color: 14535119.

HSL color Cylindrical-coordinate representation of color #CFC9DD: hue angle of 258º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFC9DD is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207201221-
CMYK0.060.0900.13
HSL258º22.73%82.75%-
HSV(B)258º9.05%86.67%-
XYZ59.6760.2676.89-
YUV205.07136.99129.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.91%
GREEN value IS 201 (78.91% from 255) = 31.96%
BLUE value IS 221 (86.72% from 255) = 35.14%
R=32.91%
G=31.96%
B=35.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072012210.060.0900.1325822.7382.75
HexCFC9DD690D1021753
Octal31731133561101540227123
Binary110011111100100111011101110100101101100000010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC9DD; }

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

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

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

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

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

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

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

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