Shades of Fog #D8C8FE
Tints of Fog #D8C8FE
RGB
CMYK
RGB Variations
Color information
#D8C8FE (or 0xD8C8FE) is known color: Fog. HEX triplet: D8, C8 and FE. RGB value is (216,200,254). Sum of RGB (Red+Green+Blue) = 216+200+254=670 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.24% from 670); Green value is 200 (78.52% from 255 or 29.85% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #D8C8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8C8FE is #273701. Grayscale: #D2D2D2. Windows color (decimal): -2569986 or 16697560. OLE color: 16697560.
HSL color Cylindrical-coordinate representation of color #D8C8FE: hue angle of 257.78º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8C8FE is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 216 | 200 | 254 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.00 |
| HSL | 257.78º | 0.96% | 0.89% | - |
| HSV(B) | 257.78º | 0.21% | 1% | - |
| XYZ | 66.86 | 63.06 | 102.41 | - |
| YUV | 210.94 | 152.3 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 200 | 254 | 0.15 | 0.21 | 0 | 0.00 | 257.78 | 0.96 | 0.89 |
| Hex | D8 | C8 | FE | F | 15 | 0 | 0 | 102 | 60 | 59 |
| Octal | 330 | 310 | 376 | 17 | 25 | 0 | 0 | 402 | 140 | 131 |
| Binary | 11011000 | 11001000 | 11111110 | 1111 | 10101 | 0 | 0 | 100000010 | 1100000 | 1011001 |
Color Harmonies of #D8C8FE
Complementary color
Monochromatic Colors of #D8C8FE
Black with #D8C8FE
Text Example
Text Example
White with #D8C8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C8FE; }
p { color: rgb(216,200,254); }
H1.HeaderClassName
{
color: #D8C8FE;
}
.AnyTagClassName
{
color: #D8C8FE;
}
</style>
background-color css
<style>
a { background-color: #D8C8FE; }
a { background-color: rgb(216,200,254); }
div.DivClassName
{
background-color: #D8C8FE;
}
.BgClassName
{
background-color: #D8C8FE;
}
</style>
border-color css
<style>
span { border-color: #D8C8FE; }
span { border-color: rgb(216,200,254); }
td.TdClassName
{
border-color: #D8C8FE;
}
.TagClassName
{
border-color: #D8C8FE;
}
</style>