Shades of Fog #D8C5FA
Tints of Fog #D8C5FA
RGB
CMYK
RGB Variations
Color information
#D8C5FA (or 0xD8C5FA) is known color: Fog. HEX triplet: D8, C5 and FA. RGB value is (216,197,250). Sum of RGB (Red+Green+Blue) = 216+197+250=663 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.58% from 663); Green value is 197 (77.34% from 255 or 29.71% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #D8C5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8C5FA is #273A05. Grayscale: #D0D0D0. Windows color (decimal): -2570758 or 16434648. OLE color: 16434648.
HSL color Cylindrical-coordinate representation of color #D8C5FA: hue angle of 261.51º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8C5FA is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 197 | 250 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.02 |
| HSL | 261.51º | 0.84% | 0.88% | - |
| HSV(B) | 261.51º | 0.21% | 0.98% | - |
| XYZ | 65.54 | 61.43 | 98.85 | - |
| YUV | 208.72 | 151.29 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 197 | 250 | 0.14 | 0.21 | 0 | 0.02 | 261.51 | 0.84 | 0.88 |
| Hex | D8 | C5 | FA | E | 15 | 0 | 2 | 106 | 54 | 58 |
| Octal | 330 | 305 | 372 | 16 | 25 | 0 | 2 | 406 | 124 | 130 |
| Binary | 11011000 | 11000101 | 11111010 | 1110 | 10101 | 0 | 10 | 100000110 | 1010100 | 1011000 |
Color Harmonies of #D8C5FA
Complementary color
Monochromatic Colors of #D8C5FA
Black with #D8C5FA
Text Example
Text Example
White with #D8C5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C5FA; }
p { color: rgb(216,197,250); }
H1.HeaderClassName
{
color: #D8C5FA;
}
.AnyTagClassName
{
color: #D8C5FA;
}
</style>
background-color css
<style>
a { background-color: #D8C5FA; }
a { background-color: rgb(216,197,250); }
div.DivClassName
{
background-color: #D8C5FA;
}
.BgClassName
{
background-color: #D8C5FA;
}
</style>
border-color css
<style>
span { border-color: #D8C5FA; }
span { border-color: rgb(216,197,250); }
td.TdClassName
{
border-color: #D8C5FA;
}
.TagClassName
{
border-color: #D8C5FA;
}
</style>