#CEC3E0

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

Shades of Fog #CEC3E0

Tints of Fog #CEC3E0

Color information

#CEC3E0 (or 0xCEC3E0) is unknown color: approx Fog. HEX triplet: CE, C3 and E0. RGB value is (206,195,224). Sum of RGB (Red+Green+Blue) = 206+195+224=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 195 (76.56% from 255 or 31.2% from 625); Blue value is 224 (87.89% from 255 or 35.84% from 625); Max value from RGB is 224 - color contains mainly: blue. Hex color #CEC3E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC3E0 is #313C1F. Grayscale: #C9C9C9. Windows color (decimal): -3226656 or 14730190. OLE color: 14730190.

HSL color Cylindrical-coordinate representation of color #CEC3E0: hue angle of 262.76º degrees, saturation: 0.32, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEC3E0 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB206195224-
CMYK0.080.1300.12
HSL262.76º31.87%82.16%-
HSV(B)262.76º12.95%87.84%-
XYZ58.4257.5378.55-
YUV201.59140.64131.14-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.96%
GREEN value IS 195 (76.56% from 255) = 31.2%
BLUE value IS 224 (87.89% from 255) = 35.84%
R=32.96%
G=31.2%
B=35.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2061952240.080.1300.12262.7631.8782.16
HexCEC3E08D0C1072052
Octal316303340101501440740122
Binary11001110110000111110000010001101011001000001111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC3E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC3E0; }

 p { color: rgb(206,195,224); }

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

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

 a { background-color: rgb(206,195,224); }

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

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

 span { border-color: rgb(206,195,224); }

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