Shades of Fog #CEC0DB
Tints of Fog #CEC0DB
RGB
CMYK
RGB Variations
Color information
#CEC0DB (or 0xCEC0DB) is known color: Fog. HEX triplet: CE, C0 and DB. RGB value is (206,192,219). Sum of RGB (Red+Green+Blue) = 206+192+219=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 192 (75.39% from 255 or 31.12% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 219 - color contains mainly: blue. Hex color #CEC0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC0DB is #313F24. Grayscale: #C7C7C7. Windows color (decimal): -3227429 or 14401742. OLE color: 14401742.
HSL color Cylindrical-coordinate representation of color #CEC0DB: hue angle of 271.11º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEC0DB is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 206 | 192 | 219 | - |
CMYK | 0.06 | 0.12 | 0 | 0.14 |
HSL | 271.11º | 0.27% | 0.81% | - |
HSV(B) | 271.11º | 0.12% | 0.86% | - |
XYZ | 57.09 | 55.94 | 74.81 | - |
YUV | 199.26 | 139.14 | 132.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 192 | 219 | 0.06 | 0.12 | 0 | 0.14 | 271.11 | 0.27 | 0.81 |
Hex | CE | C0 | DB | 6 | C | 0 | E | 10F | 1B | 51 |
Octal | 316 | 300 | 333 | 6 | 14 | 0 | 16 | 417 | 33 | 121 |
Binary | 11001110 | 11000000 | 11011011 | 110 | 1100 | 0 | 1110 | 100001111 | 11011 | 1010001 |
Color Harmonies of #CEC0DB
Complementary color
Monochromatic Colors of #CEC0DB
Black with #CEC0DB
Text Example
Text Example
White with #CEC0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC0DB; }
p { color: rgb(206,192,219); }
H1.HeaderClassName
{
color: #CEC0DB;
}
.AnyTagClassName
{
color: #CEC0DB;
}
</style>
background-color css
<style>
a { background-color: #CEC0DB; }
a { background-color: rgb(206,192,219); }
div.DivClassName
{
background-color: #CEC0DB;
}
.BgClassName
{
background-color: #CEC0DB;
}
</style>
border-color css
<style>
span { border-color: #CEC0DB; }
span { border-color: rgb(206,192,219); }
td.TdClassName
{
border-color: #CEC0DB;
}
.TagClassName
{
border-color: #CEC0DB;
}
</style>