Shades of Fog #D7CEE6
Tints of Fog #D7CEE6
RGB
CMYK
RGB Variations
Color information
#D7CEE6 (or 0xD7CEE6) is known color: Fog. HEX triplet: D7, CE and E6. RGB value is (215,206,230). Sum of RGB (Red+Green+Blue) = 215+206+230=651 (86% of max value = 765). Red value is 215 (84.38% from 255 or 33.03% from 651); Green value is 206 (80.86% from 255 or 31.64% from 651); Blue value is 230 (90.23% from 255 or 35.33% from 651); Max value from RGB is 230 - color contains mainly: blue. Hex color #D7CEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CEE6 is #283119. Grayscale: #D3D3D3. Windows color (decimal): -2634010 or 15126231. OLE color: 15126231.
HSL color Cylindrical-coordinate representation of color #D7CEE6: hue angle of 262.5º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7CEE6 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 206 | 230 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.10 |
| HSL | 262.5º | 0.32% | 0.85% | - |
| HSV(B) | 262.5º | 0.1% | 0.9% | - |
| XYZ | 64.38 | 64.3 | 83.88 | - |
| YUV | 211.43 | 138.48 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 206 | 230 | 0.07 | 0.10 | 0 | 0.10 | 262.5 | 0.32 | 0.85 |
| Hex | D7 | CE | E6 | 7 | A | 0 | A | 106 | 20 | 55 |
| Octal | 327 | 316 | 346 | 7 | 12 | 0 | 12 | 406 | 40 | 125 |
| Binary | 11010111 | 11001110 | 11100110 | 111 | 1010 | 0 | 1010 | 100000110 | 100000 | 1010101 |
Color Harmonies of #D7CEE6
Complementary color
Monochromatic Colors of #D7CEE6
Black with #D7CEE6
Text Example
Text Example
White with #D7CEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CEE6; }
p { color: rgb(215,206,230); }
H1.HeaderClassName
{
color: #D7CEE6;
}
.AnyTagClassName
{
color: #D7CEE6;
}
</style>
background-color css
<style>
a { background-color: #D7CEE6; }
a { background-color: rgb(215,206,230); }
div.DivClassName
{
background-color: #D7CEE6;
}
.BgClassName
{
background-color: #D7CEE6;
}
</style>
border-color css
<style>
span { border-color: #D7CEE6; }
span { border-color: rgb(215,206,230); }
td.TdClassName
{
border-color: #D7CEE6;
}
.TagClassName
{
border-color: #D7CEE6;
}
</style>