#CEC9EA

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

Shades of Fog #CEC9EA

Tints of Fog #CEC9EA

Color information

#CEC9EA (or 0xCEC9EA) is unknown color: approx Fog. HEX triplet: CE, C9 and EA. RGB value is (206,201,234). Sum of RGB (Red+Green+Blue) = 206+201+234=641 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.14% from 641); Green value is 201 (78.91% from 255 or 31.36% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 234 - color contains mainly: blue. Hex color #CEC9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC9EA is #313615. Grayscale: #CECECE. Windows color (decimal): -3225110 or 15387086. OLE color: 15387086.

HSL color Cylindrical-coordinate representation of color #CEC9EA: hue angle of 249.09º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEC9EA is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB206201234-
CMYK0.120.1400.08
HSL249.09º44%85.29%-
HSV(B)249.09º14.1%91.76%-
XYZ61.1960.8486.36-
YUV206.26143.66127.82-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.14%
GREEN value IS 201 (78.91% from 255) = 31.36%
BLUE value IS 234 (91.80% from 255) = 36.51%
R=32.14%
G=31.36%
B=36.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2062012340.120.1400.08249.094485.29
HexCEC9EACE08f92c55
Octal316311352141601037154125
Binary1100111011001001111010101100111001000111110011011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC9EA; }

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

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

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

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

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

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

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

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