Shades of Fog #D8C8FF
Tints of Fog #D8C8FF
RGB
CMYK
RGB Variations
Color information
#D8C8FF (or 0xD8C8FF) is known color: Fog. HEX triplet: D8, C8 and FF. RGB value is (216,200,255). Sum of RGB (Red+Green+Blue) = 216+200+255=671 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.19% from 671); Green value is 200 (78.52% from 255 or 29.81% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8C8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8C8FF is #273700. Grayscale: #D2D2D2. Windows color (decimal): -2569985 or 16763096. OLE color: 16763096.
HSL color Cylindrical-coordinate representation of color #D8C8FF: hue angle of 257.45º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D8C8FF is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 200 | 255 | - |
| CMYK | 0.15 | 0.22 | 0 | 0 |
| HSL | 257.45º | 1% | 0.89% | - |
| HSV(B) | 257.45º | 0.22% | 1% | - |
| XYZ | 67.02 | 63.13 | 103.26 | - |
| YUV | 211.05 | 152.8 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 200 | 255 | 0.15 | 0.22 | 0 | 0 | 257.45 | 1 | 0.89 |
| Hex | D8 | C8 | FF | F | 16 | 0 | 0 | 101 | 64 | 59 |
| Octal | 330 | 310 | 377 | 17 | 26 | 0 | 0 | 401 | 144 | 131 |
| Binary | 11011000 | 11001000 | 11111111 | 1111 | 10110 | 0 | 0 | 100000001 | 1100100 | 1011001 |
Color Harmonies of #D8C8FF
Complementary color
Monochromatic Colors of #D8C8FF
Black with #D8C8FF
Text Example
Text Example
White with #D8C8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C8FF; }
p { color: rgb(216,200,255); }
H1.HeaderClassName
{
color: #D8C8FF;
}
.AnyTagClassName
{
color: #D8C8FF;
}
</style>
background-color css
<style>
a { background-color: #D8C8FF; }
a { background-color: rgb(216,200,255); }
div.DivClassName
{
background-color: #D8C8FF;
}
.BgClassName
{
background-color: #D8C8FF;
}
</style>
border-color css
<style>
span { border-color: #D8C8FF; }
span { border-color: rgb(216,200,255); }
td.TdClassName
{
border-color: #D8C8FF;
}
.TagClassName
{
border-color: #D8C8FF;
}
</style>