#CEC4EE

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

Shades of Fog #CEC4EE

Tints of Fog #CEC4EE

Color information

#CEC4EE (or 0xCEC4EE) is unknown color: approx Fog. HEX triplet: CE, C4 and EE. RGB value is (206,196,238). Sum of RGB (Red+Green+Blue) = 206+196+238=640 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.19% from 640); Green value is 196 (76.95% from 255 or 30.62% from 640); Blue value is 238 (93.36% from 255 or 37.19% from 640); Max value from RGB is 238 - color contains mainly: blue. Hex color #CEC4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC4EE is #313B11. Grayscale: #CBCBCB. Windows color (decimal): -3226386 or 15647950. OLE color: 15647950.

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

Color convert

RGB206196238-
CMYK0.130.1800.07
HSL254.29º55.26%85.1%-
HSV(B)254.29º17.65%93.33%-
XYZ60.6358.7789.04-
YUV203.78147.31129.58-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.19%
GREEN value IS 196 (76.95% from 255) = 30.62%
BLUE value IS 238 (93.36% from 255) = 37.19%
R=32.19%
G=30.62%
B=37.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2061962380.130.1800.07254.2955.2685.1
HexCEC4EED1207fe3755
Octal31630435615220737667125
Binary1100111011000100111011101101100100111111111101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC4EE; }

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

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

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

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

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

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

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

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