Shades of Fog #D7CEE4
Tints of Fog #D7CEE4
RGB
CMYK
RGB Variations
Color information
#D7CEE4 (or 0xD7CEE4) is known color: Fog. HEX triplet: D7, CE and E4. RGB value is (215,206,228). Sum of RGB (Red+Green+Blue) = 215+206+228=649 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.13% from 649); Green value is 206 (80.86% from 255 or 31.74% from 649); Blue value is 228 (89.45% from 255 or 35.13% from 649); Max value from RGB is 228 - color contains mainly: blue. Hex color #D7CEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CEE4 is #28311B. Grayscale: #D3D3D3. Windows color (decimal): -2634012 or 14995159. OLE color: 14995159.
HSL color Cylindrical-coordinate representation of color #D7CEE4: hue angle of 264.55º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7CEE4 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 206 | 228 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.11 |
| HSL | 264.55º | 0.29% | 0.85% | - |
| HSV(B) | 264.55º | 0.1% | 0.89% | - |
| XYZ | 64.1 | 64.19 | 82.41 | - |
| YUV | 211.2 | 137.48 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 206 | 228 | 0.06 | 0.10 | 0 | 0.11 | 264.55 | 0.29 | 0.85 |
| Hex | D7 | CE | E4 | 6 | A | 0 | B | 109 | 1D | 55 |
| Octal | 327 | 316 | 344 | 6 | 12 | 0 | 13 | 411 | 35 | 125 |
| Binary | 11010111 | 11001110 | 11100100 | 110 | 1010 | 0 | 1011 | 100001001 | 11101 | 1010101 |
Color Harmonies of #D7CEE4
Complementary color
Monochromatic Colors of #D7CEE4
Black with #D7CEE4
Text Example
Text Example
White with #D7CEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CEE4; }
p { color: rgb(215,206,228); }
H1.HeaderClassName
{
color: #D7CEE4;
}
.AnyTagClassName
{
color: #D7CEE4;
}
</style>
background-color css
<style>
a { background-color: #D7CEE4; }
a { background-color: rgb(215,206,228); }
div.DivClassName
{
background-color: #D7CEE4;
}
.BgClassName
{
background-color: #D7CEE4;
}
</style>
border-color css
<style>
span { border-color: #D7CEE4; }
span { border-color: rgb(215,206,228); }
td.TdClassName
{
border-color: #D7CEE4;
}
.TagClassName
{
border-color: #D7CEE4;
}
</style>