Shades of Fog #D4CEE1
Tints of Fog #D4CEE1
RGB
CMYK
RGB Variations
Color information
#D4CEE1 (or 0xD4CEE1) is known color: Fog. HEX triplet: D4, CE and E1. RGB value is (212,206,225). Sum of RGB (Red+Green+Blue) = 212+206+225=643 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.97% from 643); Green value is 206 (80.86% from 255 or 32.04% from 643); Blue value is 225 (88.28% from 255 or 34.99% from 643); Max value from RGB is 225 - color contains mainly: blue. Hex color #D4CEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CEE1 is #2B311E. Grayscale: #D1D1D1. Windows color (decimal): -2830623 or 14798548. OLE color: 14798548.
HSL color Cylindrical-coordinate representation of color #D4CEE1: hue angle of 258.95º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D4CEE1 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 206 | 225 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.12 |
| HSL | 258.95º | 0.24% | 0.85% | - |
| HSV(B) | 258.95º | 0.08% | 0.88% | - |
| XYZ | 62.81 | 63.58 | 80.19 | - |
| YUV | 209.96 | 136.49 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 206 | 225 | 0.06 | 0.08 | 0 | 0.12 | 258.95 | 0.24 | 0.85 |
| Hex | D4 | CE | E1 | 6 | 8 | 0 | C | 103 | 18 | 55 |
| Octal | 324 | 316 | 341 | 6 | 10 | 0 | 14 | 403 | 30 | 125 |
| Binary | 11010100 | 11001110 | 11100001 | 110 | 1000 | 0 | 1100 | 100000011 | 11000 | 1010101 |
Color Harmonies of #D4CEE1
Complementary color
Monochromatic Colors of #D4CEE1
Black with #D4CEE1
Text Example
Text Example
White with #D4CEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CEE1; }
p { color: rgb(212,206,225); }
H1.HeaderClassName
{
color: #D4CEE1;
}
.AnyTagClassName
{
color: #D4CEE1;
}
</style>
background-color css
<style>
a { background-color: #D4CEE1; }
a { background-color: rgb(212,206,225); }
div.DivClassName
{
background-color: #D4CEE1;
}
.BgClassName
{
background-color: #D4CEE1;
}
</style>
border-color css
<style>
span { border-color: #D4CEE1; }
span { border-color: rgb(212,206,225); }
td.TdClassName
{
border-color: #D4CEE1;
}
.TagClassName
{
border-color: #D4CEE1;
}
</style>