Shades of Fog #D8CCE3
Tints of Fog #D8CCE3
RGB
CMYK
RGB Variations
Color information
#D8CCE3 (or 0xD8CCE3) is known color: Fog. HEX triplet: D8, CC and E3. RGB value is (216,204,227). Sum of RGB (Red+Green+Blue) = 216+204+227=647 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.38% from 647); Green value is 204 (80.08% from 255 or 31.53% from 647); Blue value is 227 (89.06% from 255 or 35.09% from 647); Max value from RGB is 227 - color contains mainly: blue. Hex color #D8CCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CCE3 is #27331C. Grayscale: #D2D2D2. Windows color (decimal): -2568989 or 14929112. OLE color: 14929112.
HSL color Cylindrical-coordinate representation of color #D8CCE3: hue angle of 271.3º 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 #D8CCE3 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 216 | 204 | 227 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.11 |
| HSL | 271.3º | 0.29% | 0.85% | - |
| HSV(B) | 271.3º | 0.1% | 0.89% | - |
| XYZ | 63.78 | 63.33 | 81.54 | - |
| YUV | 210.21 | 137.48 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 204 | 227 | 0.05 | 0.10 | 0 | 0.11 | 271.3 | 0.29 | 0.85 |
| Hex | D8 | CC | E3 | 5 | A | 0 | B | 10F | 1D | 55 |
| Octal | 330 | 314 | 343 | 5 | 12 | 0 | 13 | 417 | 35 | 125 |
| Binary | 11011000 | 11001100 | 11100011 | 101 | 1010 | 0 | 1011 | 100001111 | 11101 | 1010101 |
Color Harmonies of #D8CCE3
Complementary color
Monochromatic Colors of #D8CCE3
Black with #D8CCE3
Text Example
Text Example
White with #D8CCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CCE3; }
p { color: rgb(216,204,227); }
H1.HeaderClassName
{
color: #D8CCE3;
}
.AnyTagClassName
{
color: #D8CCE3;
}
</style>
background-color css
<style>
a { background-color: #D8CCE3; }
a { background-color: rgb(216,204,227); }
div.DivClassName
{
background-color: #D8CCE3;
}
.BgClassName
{
background-color: #D8CCE3;
}
</style>
border-color css
<style>
span { border-color: #D8CCE3; }
span { border-color: rgb(216,204,227); }
td.TdClassName
{
border-color: #D8CCE3;
}
.TagClassName
{
border-color: #D8CCE3;
}
</style>