Shades of Fog #D7CEE3
Tints of Fog #D7CEE3
RGB
CMYK
RGB Variations
Color information
#D7CEE3 (or 0xD7CEE3) is known color: Fog. HEX triplet: D7, CE and E3. RGB value is (215,206,227). Sum of RGB (Red+Green+Blue) = 215+206+227=648 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.18% from 648); Green value is 206 (80.86% from 255 or 31.79% from 648); Blue value is 227 (89.06% from 255 or 35.03% from 648); Max value from RGB is 227 - color contains mainly: blue. Hex color #D7CEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CEE3 is #28311C. Grayscale: #D3D3D3. Windows color (decimal): -2634013 or 14929623. OLE color: 14929623.
HSL color Cylindrical-coordinate representation of color #D7CEE3: hue angle of 265.71º 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 #D7CEE3 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 206 | 227 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.11 |
| HSL | 265.71º | 0.27% | 0.85% | - |
| HSV(B) | 265.71º | 0.09% | 0.89% | - |
| XYZ | 63.96 | 64.14 | 81.68 | - |
| YUV | 211.09 | 136.98 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 206 | 227 | 0.05 | 0.09 | 0 | 0.11 | 265.71 | 0.27 | 0.85 |
| Hex | D7 | CE | E3 | 5 | 9 | 0 | B | 10A | 1B | 55 |
| Octal | 327 | 316 | 343 | 5 | 11 | 0 | 13 | 412 | 33 | 125 |
| Binary | 11010111 | 11001110 | 11100011 | 101 | 1001 | 0 | 1011 | 100001010 | 11011 | 1010101 |
Color Harmonies of #D7CEE3
Complementary color
Monochromatic Colors of #D7CEE3
Black with #D7CEE3
Text Example
Text Example
White with #D7CEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CEE3; }
p { color: rgb(215,206,227); }
H1.HeaderClassName
{
color: #D7CEE3;
}
.AnyTagClassName
{
color: #D7CEE3;
}
</style>
background-color css
<style>
a { background-color: #D7CEE3; }
a { background-color: rgb(215,206,227); }
div.DivClassName
{
background-color: #D7CEE3;
}
.BgClassName
{
background-color: #D7CEE3;
}
</style>
border-color css
<style>
span { border-color: #D7CEE3; }
span { border-color: rgb(215,206,227); }
td.TdClassName
{
border-color: #D7CEE3;
}
.TagClassName
{
border-color: #D7CEE3;
}
</style>