#CEC0EE

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

Shades of Fog #CEC0EE

Tints of Fog #CEC0EE

Color information

#CEC0EE (or 0xCEC0EE) is unknown color: approx Fog. HEX triplet: CE, C0 and EE. RGB value is (206,192,238). Sum of RGB (Red+Green+Blue) = 206+192+238=636 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.39% from 636); Green value is 192 (75.39% from 255 or 30.19% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 238 - color contains mainly: blue. Hex color #CEC0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC0EE is #313F11. Grayscale: #C9C9C9. Windows color (decimal): -3227410 or 15646926. OLE color: 15646926.

HSL color Cylindrical-coordinate representation of color #CEC0EE: hue angle of 258.26º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEC0EE is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB206192238-
CMYK0.130.1900.07
HSL258.26º57.5%84.31%-
HSV(B)258.26º19.33%93.33%-
XYZ59.7456.9988.74-
YUV201.43148.64131.26-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.39%
GREEN value IS 192 (75.39% from 255) = 30.19%
BLUE value IS 238 (93.36% from 255) = 37.42%
R=32.39%
G=30.19%
B=37.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2061922380.130.1900.07258.2657.584.31
HexCEC0EED13071023a54
Octal31630035615230740272124
Binary11001110110000001110111011011001101111000000101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC0EE; }

 p { color: rgb(206,192,238); }

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

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

 a { background-color: rgb(206,192,238); }

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

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

 span { border-color: rgb(206,192,238); }

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