Shades of Fog #D8C5F3
Tints of Fog #D8C5F3
RGB
CMYK
RGB Variations
Color information
#D8C5F3 (or 0xD8C5F3) is known color: Fog. HEX triplet: D8, C5 and F3. RGB value is (216,197,243). Sum of RGB (Red+Green+Blue) = 216+197+243=656 (86% of max value = 765). Red value is 216 (84.77% from 255 or 32.93% from 656); Green value is 197 (77.34% from 255 or 30.03% from 656); Blue value is 243 (95.31% from 255 or 37.04% from 656); Max value from RGB is 243 - color contains mainly: blue. Hex color #D8C5F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8C5F3 is #273A0C. Grayscale: #CFCFCF. Windows color (decimal): -2570765 or 15975896. OLE color: 15975896.
HSL color Cylindrical-coordinate representation of color #D8C5F3: hue angle of 264.78º degrees, saturation: 0.66, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8C5F3 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 197 | 243 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.05 |
| HSL | 264.78º | 0.66% | 0.86% | - |
| HSV(B) | 264.78º | 0.19% | 0.95% | - |
| XYZ | 64.46 | 61 | 93.17 | - |
| YUV | 207.93 | 147.79 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 197 | 243 | 0.11 | 0.19 | 0 | 0.05 | 264.78 | 0.66 | 0.86 |
| Hex | D8 | C5 | F3 | B | 13 | 0 | 5 | 109 | 42 | 56 |
| Octal | 330 | 305 | 363 | 13 | 23 | 0 | 5 | 411 | 102 | 126 |
| Binary | 11011000 | 11000101 | 11110011 | 1011 | 10011 | 0 | 101 | 100001001 | 1000010 | 1010110 |
Color Harmonies of #D8C5F3
Complementary color
Monochromatic Colors of #D8C5F3
Black with #D8C5F3
Text Example
Text Example
White with #D8C5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C5F3; }
p { color: rgb(216,197,243); }
H1.HeaderClassName
{
color: #D8C5F3;
}
.AnyTagClassName
{
color: #D8C5F3;
}
</style>
background-color css
<style>
a { background-color: #D8C5F3; }
a { background-color: rgb(216,197,243); }
div.DivClassName
{
background-color: #D8C5F3;
}
.BgClassName
{
background-color: #D8C5F3;
}
</style>
border-color css
<style>
span { border-color: #D8C5F3; }
span { border-color: rgb(216,197,243); }
td.TdClassName
{
border-color: #D8C5F3;
}
.TagClassName
{
border-color: #D8C5F3;
}
</style>