#CEC4EC

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

Shades of Fog #CEC4EC

Tints of Fog #CEC4EC

Color information

#CEC4EC (or 0xCEC4EC) is unknown color: approx Fog. HEX triplet: CE, C4 and EC. RGB value is (206,196,236). Sum of RGB (Red+Green+Blue) = 206+196+236=638 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.29% from 638); Green value is 196 (76.95% from 255 or 30.72% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #CEC4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC4EC is #313B13. Grayscale: #CBCBCB. Windows color (decimal): -3226388 or 15516878. OLE color: 15516878.

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

Color convert

RGB206196236-
CMYK0.130.1700.07
HSL255º51.28%84.71%-
HSV(B)255º16.95%92.55%-
XYZ60.3358.6687.5-
YUV203.55146.31129.75-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.29%
GREEN value IS 196 (76.95% from 255) = 30.72%
BLUE value IS 236 (92.58% from 255) = 36.99%
R=32.29%
G=30.72%
B=36.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2061962360.130.1700.0725551.2884.71
HexCEC4ECD1107ff3355
Octal31630435415210737763125
Binary1100111011000100111011001101100010111111111111100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC4EC; }

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

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

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

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

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

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

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

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