#CEC4D9

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

Shades of Fog #CEC4D9

Tints of Fog #CEC4D9

Color information

#CEC4D9 (or 0xCEC4D9) is unknown color: approx Fog. HEX triplet: CE, C4 and D9. RGB value is (206,196,217). Sum of RGB (Red+Green+Blue) = 206+196+217=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 196 (76.95% from 255 or 31.66% from 619); Blue value is 217 (85.16% from 255 or 35.06% from 619); Max value from RGB is 217 - color contains mainly: blue. Hex color #CEC4D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC4D9 is #313B26. Grayscale: #C9C9C9. Windows color (decimal): -3226407 or 14271694. OLE color: 14271694.

HSL color Cylindrical-coordinate representation of color #CEC4D9: hue angle of 268.57º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEC4D9 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB206196217-
CMYK0.050.1000.15
HSL268.57º21.65%80.98%-
HSV(B)268.57º9.68%85.1%-
XYZ57.7257.6173.72-
YUV201.38136.81131.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.28%
GREEN value IS 196 (76.95% from 255) = 31.66%
BLUE value IS 217 (85.16% from 255) = 35.06%
R=33.28%
G=31.66%
B=35.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2061962170.050.1000.15268.5721.6580.98
HexCEC4D95A0F10d1651
Octal31630433151201741526121
Binary110011101100010011011001101101001111100001101101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC4D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC4D9; }

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

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

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

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

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

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

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

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