Shades of Fog #CEC9DB
Tints of Fog #CEC9DB
RGB
CMYK
RGB Variations
Color information
#CEC9DB (or 0xCEC9DB) is known color: Fog. HEX triplet: CE, C9 and DB. RGB value is (206,201,219). Sum of RGB (Red+Green+Blue) = 206+201+219=626 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.91% from 626); Green value is 201 (78.91% from 255 or 32.11% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 219 - color contains mainly: blue. Hex color #CEC9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC9DB is #313624. Grayscale: #CCCCCC. Windows color (decimal): -3225125 or 14404046. OLE color: 14404046.
HSL color Cylindrical-coordinate representation of color #CEC9DB: hue angle of 256.67º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEC9DB is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 206 | 201 | 219 | - |
CMYK | 0.06 | 0.08 | 0 | 0.14 |
HSL | 256.67º | 0.2% | 0.82% | - |
HSV(B) | 256.67º | 0.08% | 0.86% | - |
XYZ | 59.13 | 60.01 | 75.48 | - |
YUV | 204.55 | 136.16 | 129.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 201 | 219 | 0.06 | 0.08 | 0 | 0.14 | 256.67 | 0.2 | 0.82 |
Hex | CE | C9 | DB | 6 | 8 | 0 | E | 101 | 14 | 52 |
Octal | 316 | 311 | 333 | 6 | 10 | 0 | 16 | 401 | 24 | 122 |
Binary | 11001110 | 11001001 | 11011011 | 110 | 1000 | 0 | 1110 | 100000001 | 10100 | 1010010 |
Color Harmonies of #CEC9DB
Complementary color
Monochromatic Colors of #CEC9DB
Black with #CEC9DB
Text Example
Text Example
White with #CEC9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC9DB; }
p { color: rgb(206,201,219); }
H1.HeaderClassName
{
color: #CEC9DB;
}
.AnyTagClassName
{
color: #CEC9DB;
}
</style>
background-color css
<style>
a { background-color: #CEC9DB; }
a { background-color: rgb(206,201,219); }
div.DivClassName
{
background-color: #CEC9DB;
}
.BgClassName
{
background-color: #CEC9DB;
}
</style>
border-color css
<style>
span { border-color: #CEC9DB; }
span { border-color: rgb(206,201,219); }
td.TdClassName
{
border-color: #CEC9DB;
}
.TagClassName
{
border-color: #CEC9DB;
}
</style>