Shades of Fog #D5CEE3
Tints of Fog #D5CEE3
RGB
CMYK
RGB Variations
Color information
#D5CEE3 (or 0xD5CEE3) is known color: Fog. HEX triplet: D5, CE and E3. RGB value is (213,206,227). Sum of RGB (Red+Green+Blue) = 213+206+227=646 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.97% from 646); Green value is 206 (80.86% from 255 or 31.89% from 646); Blue value is 227 (89.06% from 255 or 35.14% from 646); Max value from RGB is 227 - color contains mainly: blue. Hex color #D5CEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CEE3 is #2A311C. Grayscale: #D2D2D2. Windows color (decimal): -2765085 or 14929621. OLE color: 14929621.
HSL color Cylindrical-coordinate representation of color #D5CEE3: hue angle of 260º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5CEE3 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 206 | 227 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.11 |
| HSL | 260º | 0.27% | 0.85% | - |
| HSV(B) | 260º | 0.09% | 0.89% | - |
| XYZ | 63.38 | 63.83 | 81.65 | - |
| YUV | 210.49 | 137.32 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 227 | 0.06 | 0.09 | 0 | 0.11 | 260 | 0.27 | 0.85 |
| Hex | D5 | CE | E3 | 6 | 9 | 0 | B | 104 | 1B | 55 |
| Octal | 325 | 316 | 343 | 6 | 11 | 0 | 13 | 404 | 33 | 125 |
| Binary | 11010101 | 11001110 | 11100011 | 110 | 1001 | 0 | 1011 | 100000100 | 11011 | 1010101 |
Color Harmonies of #D5CEE3
Complementary color
Monochromatic Colors of #D5CEE3
Black with #D5CEE3
Text Example
Text Example
White with #D5CEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CEE3; }
p { color: rgb(213,206,227); }
H1.HeaderClassName
{
color: #D5CEE3;
}
.AnyTagClassName
{
color: #D5CEE3;
}
</style>
background-color css
<style>
a { background-color: #D5CEE3; }
a { background-color: rgb(213,206,227); }
div.DivClassName
{
background-color: #D5CEE3;
}
.BgClassName
{
background-color: #D5CEE3;
}
</style>
border-color css
<style>
span { border-color: #D5CEE3; }
span { border-color: rgb(213,206,227); }
td.TdClassName
{
border-color: #D5CEE3;
}
.TagClassName
{
border-color: #D5CEE3;
}
</style>