Shades of Fog #CEC8DB
Tints of Fog #CEC8DB
RGB
CMYK
RGB Variations
Color information
#CEC8DB (or 0xCEC8DB) is known color: Fog. HEX triplet: CE, C8 and DB. RGB value is (206,200,219). Sum of RGB (Red+Green+Blue) = 206+200+219=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 200 (78.52% from 255 or 32% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 219 - color contains mainly: blue. Hex color #CEC8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC8DB is #313724. Grayscale: #CBCBCB. Windows color (decimal): -3225381 or 14403790. OLE color: 14403790.
HSL color Cylindrical-coordinate representation of color #CEC8DB: hue angle of 258.95º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CEC8DB is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 200 | 219 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.14 |
| HSL | 258.95º | 0.21% | 0.82% | - |
| HSV(B) | 258.95º | 0.09% | 0.86% | - |
| XYZ | 58.89 | 59.54 | 75.41 | - |
| YUV | 203.96 | 136.49 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 219 | 0.06 | 0.09 | 0 | 0.14 | 258.95 | 0.21 | 0.82 |
| Hex | CE | C8 | DB | 6 | 9 | 0 | E | 103 | 15 | 52 |
| Octal | 316 | 310 | 333 | 6 | 11 | 0 | 16 | 403 | 25 | 122 |
| Binary | 11001110 | 11001000 | 11011011 | 110 | 1001 | 0 | 1110 | 100000011 | 10101 | 1010010 |
Color Harmonies of #CEC8DB
Complementary color
Monochromatic Colors of #CEC8DB
Black with #CEC8DB
Text Example
Text Example
White with #CEC8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC8DB; }
p { color: rgb(206,200,219); }
H1.HeaderClassName
{
color: #CEC8DB;
}
.AnyTagClassName
{
color: #CEC8DB;
}
</style>
background-color css
<style>
a { background-color: #CEC8DB; }
a { background-color: rgb(206,200,219); }
div.DivClassName
{
background-color: #CEC8DB;
}
.BgClassName
{
background-color: #CEC8DB;
}
</style>
border-color css
<style>
span { border-color: #CEC8DB; }
span { border-color: rgb(206,200,219); }
td.TdClassName
{
border-color: #CEC8DB;
}
.TagClassName
{
border-color: #CEC8DB;
}
</style>