#CEC4D8

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

Shades of Fog #CEC4D8

Tints of Fog #CEC4D8

Color information

#CEC4D8 (or 0xCEC4D8) is unknown color: approx Fog. HEX triplet: CE, C4 and D8. RGB value is (206,196,216). Sum of RGB (Red+Green+Blue) = 206+196+216=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 196 (76.95% from 255 or 31.72% from 618); Blue value is 216 (84.77% from 255 or 34.95% from 618); Max value from RGB is 216 - color contains mainly: blue. Hex color #CEC4D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC4D8 is #313B27. Grayscale: #C9C9C9. Windows color (decimal): -3226408 or 14206158. OLE color: 14206158.

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

Color convert

RGB206196216-
CMYK0.050.0900.15
HSL270º20.41%80.78%-
HSV(B)270º9.26%84.71%-
XYZ57.5957.5673.04-
YUV201.27136.31131.37-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.33%
GREEN value IS 196 (76.95% from 255) = 31.72%
BLUE value IS 216 (84.77% from 255) = 34.95%
R=33.33%
G=31.72%
B=34.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2061962160.050.0900.1527020.4180.78
HexCEC4D8590F10e1451
Octal31630433051101741624121
Binary110011101100010011011000101100101111100001110101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC4D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC4D8; }

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

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

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

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

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

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

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

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