#CEC4EB

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

Shades of Fog #CEC4EB

Tints of Fog #CEC4EB

Color information

#CEC4EB (or 0xCEC4EB) is unknown color: approx Fog. HEX triplet: CE, C4 and EB. RGB value is (206,196,235). Sum of RGB (Red+Green+Blue) = 206+196+235=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 196 (76.95% from 255 or 30.77% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 235 - color contains mainly: blue. Hex color #CEC4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC4EB is #313B14. Grayscale: #CBCBCB. Windows color (decimal): -3226389 or 15451342. OLE color: 15451342.

HSL color Cylindrical-coordinate representation of color #CEC4EB: hue angle of 255.38º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEC4EB is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB206196235-
CMYK0.120.1700.08
HSL255.38º49.37%84.51%-
HSV(B)255.38º16.6%92.16%-
XYZ60.1958.686.74-
YUV203.44145.81129.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.34%
GREEN value IS 196 (76.95% from 255) = 30.77%
BLUE value IS 235 (92.19% from 255) = 36.89%
R=32.34%
G=30.77%
B=36.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2061962350.120.1700.08255.3849.3784.51
HexCEC4EBC1108ff3155
Octal316304353142101037761125
Binary11001110110001001110101111001000101000111111111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC4EB; }

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

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

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

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

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

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

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

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