Shades of Fog #CEC4DB
Tints of Fog #CEC4DB
RGB
CMYK
RGB Variations
Color information
#CEC4DB (or 0xCEC4DB) is known color: Fog. HEX triplet: CE, C4 and DB. RGB value is (206,196,219). Sum of RGB (Red+Green+Blue) = 206+196+219=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 196 (76.95% from 255 or 31.56% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 219 - color contains mainly: blue. Hex color #CEC4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC4DB is #313B24. Grayscale: #C9C9C9. Windows color (decimal): -3226405 or 14402766. OLE color: 14402766.
HSL color Cylindrical-coordinate representation of color #CEC4DB: hue angle of 266.09º degrees, saturation: 0.24, 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 #CEC4DB is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 206 | 196 | 219 | - |
CMYK | 0.06 | 0.11 | 0 | 0.14 |
HSL | 266.09º | 0.24% | 0.81% | - |
HSV(B) | 266.09º | 0.11% | 0.86% | - |
XYZ | 57.98 | 57.72 | 75.1 | - |
YUV | 201.61 | 137.81 | 131.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 196 | 219 | 0.06 | 0.11 | 0 | 0.14 | 266.09 | 0.24 | 0.81 |
Hex | CE | C4 | DB | 6 | B | 0 | E | 10A | 18 | 51 |
Octal | 316 | 304 | 333 | 6 | 13 | 0 | 16 | 412 | 30 | 121 |
Binary | 11001110 | 11000100 | 11011011 | 110 | 1011 | 0 | 1110 | 100001010 | 11000 | 1010001 |
Color Harmonies of #CEC4DB
Complementary color
Monochromatic Colors of #CEC4DB
Black with #CEC4DB
Text Example
Text Example
White with #CEC4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC4DB; }
p { color: rgb(206,196,219); }
H1.HeaderClassName
{
color: #CEC4DB;
}
.AnyTagClassName
{
color: #CEC4DB;
}
</style>
background-color css
<style>
a { background-color: #CEC4DB; }
a { background-color: rgb(206,196,219); }
div.DivClassName
{
background-color: #CEC4DB;
}
.BgClassName
{
background-color: #CEC4DB;
}
</style>
border-color css
<style>
span { border-color: #CEC4DB; }
span { border-color: rgb(206,196,219); }
td.TdClassName
{
border-color: #CEC4DB;
}
.TagClassName
{
border-color: #CEC4DB;
}
</style>