Shades of Fog #CEC2DB
Tints of Fog #CEC2DB
RGB
CMYK
RGB Variations
Color information
#CEC2DB (or 0xCEC2DB) is known color: Fog. HEX triplet: CE, C2 and DB. RGB value is (206,194,219). Sum of RGB (Red+Green+Blue) = 206+194+219=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 194 (76.17% from 255 or 31.34% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 219 - color contains mainly: blue. Hex color #CEC2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC2DB is #313D24. Grayscale: #C8C8C8. Windows color (decimal): -3226917 or 14402254. OLE color: 14402254.
HSL color Cylindrical-coordinate representation of color #CEC2DB: hue angle of 268.8º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEC2DB is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 206 | 194 | 219 | - |
CMYK | 0.06 | 0.11 | 0 | 0.14 |
HSL | 268.8º | 0.26% | 0.81% | - |
HSV(B) | 268.8º | 0.11% | 0.86% | - |
XYZ | 57.53 | 56.82 | 74.95 | - |
YUV | 200.44 | 138.48 | 131.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 194 | 219 | 0.06 | 0.11 | 0 | 0.14 | 268.8 | 0.26 | 0.81 |
Hex | CE | C2 | DB | 6 | B | 0 | E | 10D | 1A | 51 |
Octal | 316 | 302 | 333 | 6 | 13 | 0 | 16 | 415 | 32 | 121 |
Binary | 11001110 | 11000010 | 11011011 | 110 | 1011 | 0 | 1110 | 100001101 | 11010 | 1010001 |
Color Harmonies of #CEC2DB
Complementary color
Monochromatic Colors of #CEC2DB
Black with #CEC2DB
Text Example
Text Example
White with #CEC2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC2DB; }
p { color: rgb(206,194,219); }
H1.HeaderClassName
{
color: #CEC2DB;
}
.AnyTagClassName
{
color: #CEC2DB;
}
</style>
background-color css
<style>
a { background-color: #CEC2DB; }
a { background-color: rgb(206,194,219); }
div.DivClassName
{
background-color: #CEC2DB;
}
.BgClassName
{
background-color: #CEC2DB;
}
</style>
border-color css
<style>
span { border-color: #CEC2DB; }
span { border-color: rgb(206,194,219); }
td.TdClassName
{
border-color: #CEC2DB;
}
.TagClassName
{
border-color: #CEC2DB;
}
</style>