#CEC9D8

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

Shades of Fog #CEC9D8

Tints of Fog #CEC9D8

Color information

#CEC9D8 (or 0xCEC9D8) is unknown color: approx Fog. HEX triplet: CE, C9 and D8. RGB value is (206,201,216). Sum of RGB (Red+Green+Blue) = 206+201+216=623 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.07% from 623); Green value is 201 (78.91% from 255 or 32.26% from 623); Blue value is 216 (84.77% from 255 or 34.67% from 623); Max value from RGB is 216 - color contains mainly: blue. Hex color #CEC9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC9D8 is #313627. Grayscale: #CCCCCC. Windows color (decimal): -3225128 or 14207438. OLE color: 14207438.

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

Color convert

RGB206201216-
CMYK0.050.0700.15
HSL260º16.13%81.76%-
HSV(B)260º6.94%84.71%-
XYZ58.7359.8573.42-
YUV204.2134.66129.28-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.07%
GREEN value IS 201 (78.91% from 255) = 32.26%
BLUE value IS 216 (84.77% from 255) = 34.67%
R=33.07%
G=32.26%
B=34.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2062012160.050.0700.1526016.1381.76
HexCEC9D8570F1041052
Octal3163113305701740420122
Binary11001110110010011101100010111101111100000100100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC9D8; }

 p { color: rgb(206,201,216); }

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

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

 a { background-color: rgb(206,201,216); }

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

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

 span { border-color: rgb(206,201,216); }

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