#CFC9E5

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

Shades of Fog #CFC9E5

Tints of Fog #CFC9E5

Color information

#CFC9E5 (or 0xCFC9E5) is unknown color: approx Fog. HEX triplet: CF, C9 and E5. RGB value is (207,201,229). Sum of RGB (Red+Green+Blue) = 207+201+229=637 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.50% from 637); Green value is 201 (78.91% from 255 or 31.55% from 637); Blue value is 229 (89.84% from 255 or 35.95% from 637); Max value from RGB is 229 - color contains mainly: blue. Hex color #CFC9E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC9E5 is #30361A. Grayscale: #CDCDCD. Windows color (decimal): -3159579 or 15059407. OLE color: 15059407.

HSL color Cylindrical-coordinate representation of color #CFC9E5: hue angle of 252.86º degrees, saturation: 0.35, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFC9E5 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB207201229-
CMYK0.100.1200.10
HSL252.86º35%84.31%-
HSV(B)252.86º12.23%89.8%-
XYZ60.7660.782.64-
YUV205.99140.99128.72-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.50%
GREEN value IS 201 (78.91% from 255) = 31.55%
BLUE value IS 229 (89.84% from 255) = 35.95%
R=32.50%
G=31.55%
B=35.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2072012290.100.1200.10252.863584.31
HexCFC9E5AC0Afd2354
Octal317311345121401237543124
Binary1100111111001001111001011010110001010111111011000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC9E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC9E5; }

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

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

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

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

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

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

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

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