#CEC6D9

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

Shades of Fog #CEC6D9

Tints of Fog #CEC6D9

Color information

#CEC6D9 (or 0xCEC6D9) is unknown color: approx Fog. HEX triplet: CE, C6 and D9. RGB value is (206,198,217). Sum of RGB (Red+Green+Blue) = 206+198+217=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 198 (77.73% from 255 or 31.88% from 621); Blue value is 217 (85.16% from 255 or 34.94% from 621); Max value from RGB is 217 - color contains mainly: blue. Hex color #CEC6D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC6D9 is #313926. Grayscale: #CACACA. Windows color (decimal): -3225895 or 14272206. OLE color: 14272206.

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

Color convert

RGB206198217-
CMYK0.050.0900.15
HSL265.26º20%81.37%-
HSV(B)265.26º8.76%85.1%-
XYZ58.1758.5273.88-
YUV202.56136.15130.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.17%
GREEN value IS 198 (77.73% from 255) = 31.88%
BLUE value IS 217 (85.16% from 255) = 34.94%
R=33.17%
G=31.88%
B=34.94%

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
Decimal2061982170.050.0900.15265.262081.37
HexCEC6D9590F1091451
Octal31630633151101741124121
Binary110011101100011011011001101100101111100001001101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC6D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC6D9; }

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

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

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

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

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

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

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

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