#CEC3D9

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

Shades of Fog #CEC3D9

Tints of Fog #CEC3D9

Color information

#CEC3D9 (or 0xCEC3D9) is unknown color: approx Fog. HEX triplet: CE, C3 and D9. RGB value is (206,195,217). Sum of RGB (Red+Green+Blue) = 206+195+217=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 195 (76.56% from 255 or 31.55% from 618); Blue value is 217 (85.16% from 255 or 35.11% from 618); Max value from RGB is 217 - color contains mainly: blue. Hex color #CEC3D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC3D9 is #313C26. Grayscale: #C8C8C8. Windows color (decimal): -3226663 or 14271438. OLE color: 14271438.

HSL color Cylindrical-coordinate representation of color #CEC3D9: hue angle of 270º 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 #CEC3D9 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB206195217-
CMYK0.050.1000.15
HSL270º22.45%80.78%-
HSV(B)270º10.14%85.1%-
XYZ57.4957.1673.65-
YUV200.8137.14131.71-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.33%
GREEN value IS 195 (76.56% from 255) = 31.55%
BLUE value IS 217 (85.16% from 255) = 35.11%
R=33.33%
G=31.55%
B=35.11%

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
Decimal2061952170.050.1000.1527022.4580.78
HexCEC3D95A0F10e1651
Octal31630333151201741626121
Binary110011101100001111011001101101001111100001110101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC3D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC3D9; }

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

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

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

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

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

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

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

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