Shades of Fog #D8C1EF
Tints of Fog #D8C1EF
RGB
CMYK
RGB Variations
Color information
#D8C1EF (or 0xD8C1EF) is known color: Fog. HEX triplet: D8, C1 and EF. RGB value is (216,193,239). Sum of RGB (Red+Green+Blue) = 216+193+239=648 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.33% from 648); Green value is 193 (75.78% from 255 or 29.78% from 648); Blue value is 239 (93.75% from 255 or 36.88% from 648); Max value from RGB is 239 - color contains mainly: blue. Hex color #D8C1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8C1EF is #273E10. Grayscale: #CCCCCC. Windows color (decimal): -2571793 or 15712728. OLE color: 15712728.
HSL color Cylindrical-coordinate representation of color #D8C1EF: hue angle of 270º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8C1EF is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 193 | 239 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.06 |
| HSL | 270º | 0.59% | 0.85% | - |
| HSV(B) | 270º | 0.19% | 0.94% | - |
| XYZ | 62.97 | 58.97 | 89.73 | - |
| YUV | 205.12 | 147.12 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 193 | 239 | 0.10 | 0.19 | 0 | 0.06 | 270 | 0.59 | 0.85 |
| Hex | D8 | C1 | EF | A | 13 | 0 | 6 | 10E | 3B | 55 |
| Octal | 330 | 301 | 357 | 12 | 23 | 0 | 6 | 416 | 73 | 125 |
| Binary | 11011000 | 11000001 | 11101111 | 1010 | 10011 | 0 | 110 | 100001110 | 111011 | 1010101 |
Color Harmonies of #D8C1EF
Complementary color
Monochromatic Colors of #D8C1EF
Black with #D8C1EF
Text Example
Text Example
White with #D8C1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C1EF; }
p { color: rgb(216,193,239); }
H1.HeaderClassName
{
color: #D8C1EF;
}
.AnyTagClassName
{
color: #D8C1EF;
}
</style>
background-color css
<style>
a { background-color: #D8C1EF; }
a { background-color: rgb(216,193,239); }
div.DivClassName
{
background-color: #D8C1EF;
}
.BgClassName
{
background-color: #D8C1EF;
}
</style>
border-color css
<style>
span { border-color: #D8C1EF; }
span { border-color: rgb(216,193,239); }
td.TdClassName
{
border-color: #D8C1EF;
}
.TagClassName
{
border-color: #D8C1EF;
}
</style>