#CEC1DE

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

Shades of Fog #CEC1DE

Tints of Fog #CEC1DE

Color information

#CEC1DE (or 0xCEC1DE) is unknown color: approx Fog. HEX triplet: CE, C1 and DE. RGB value is (206,193,222). Sum of RGB (Red+Green+Blue) = 206+193+222=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 193 (75.78% from 255 or 31.08% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 222 - color contains mainly: blue. Hex color #CEC1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC1DE is #313E21. Grayscale: #C8C8C8. Windows color (decimal): -3227170 or 14598606. OLE color: 14598606.

HSL color Cylindrical-coordinate representation of color #CEC1DE: hue angle of 266.9º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEC1DE is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB206193222-
CMYK0.070.1300.13
HSL266.9º30.53%81.37%-
HSV(B)266.9º13.06%87.06%-
XYZ57.7156.5476.98-
YUV200.19140.31132.14-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.17%
GREEN value IS 193 (75.78% from 255) = 31.08%
BLUE value IS 222 (87.11% from 255) = 35.75%
R=33.17%
G=31.08%
B=35.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061932220.070.1300.13266.930.5381.37
HexCEC1DE7D0D10b1f51
Octal31630133671501541337121
Binary110011101100000111011110111110101101100001011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC1DE; }

 p { color: rgb(206,193,222); }

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

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

 a { background-color: rgb(206,193,222); }

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

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

 span { border-color: rgb(206,193,222); }

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