Shades of Fog #D8C2EB
Tints of Fog #D8C2EB
RGB
CMYK
RGB Variations
Color information
#D8C2EB (or 0xD8C2EB) is known color: Fog. HEX triplet: D8, C2 and EB. RGB value is (216,194,235). Sum of RGB (Red+Green+Blue) = 216+194+235=645 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.49% from 645); Green value is 194 (76.17% from 255 or 30.08% from 645); Blue value is 235 (92.19% from 255 or 36.43% from 645); Max value from RGB is 235 - color contains mainly: blue. Hex color #D8C2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8C2EB is #273D14. Grayscale: #CDCDCD. Windows color (decimal): -2571541 or 15450840. OLE color: 15450840.
HSL color Cylindrical-coordinate representation of color #D8C2EB: hue angle of 272.2º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D8C2EB is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 194 | 235 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.08 |
| HSL | 272.2º | 0.51% | 0.84% | - |
| HSV(B) | 272.2º | 0.17% | 0.92% | - |
| XYZ | 62.61 | 59.18 | 86.72 | - |
| YUV | 205.25 | 144.79 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 194 | 235 | 0.08 | 0.17 | 0 | 0.08 | 272.2 | 0.51 | 0.84 |
| Hex | D8 | C2 | EB | 8 | 11 | 0 | 8 | 110 | 33 | 54 |
| Octal | 330 | 302 | 353 | 10 | 21 | 0 | 10 | 420 | 63 | 124 |
| Binary | 11011000 | 11000010 | 11101011 | 1000 | 10001 | 0 | 1000 | 100010000 | 110011 | 1010100 |
Color Harmonies of #D8C2EB
Complementary color
Monochromatic Colors of #D8C2EB
Black with #D8C2EB
Text Example
Text Example
White with #D8C2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C2EB; }
p { color: rgb(216,194,235); }
H1.HeaderClassName
{
color: #D8C2EB;
}
.AnyTagClassName
{
color: #D8C2EB;
}
</style>
background-color css
<style>
a { background-color: #D8C2EB; }
a { background-color: rgb(216,194,235); }
div.DivClassName
{
background-color: #D8C2EB;
}
.BgClassName
{
background-color: #D8C2EB;
}
</style>
border-color css
<style>
span { border-color: #D8C2EB; }
span { border-color: rgb(216,194,235); }
td.TdClassName
{
border-color: #D8C2EB;
}
.TagClassName
{
border-color: #D8C2EB;
}
</style>