Shades of Fog #D9C0F7
Tints of Fog #D9C0F7
RGB
CMYK
RGB Variations
Color information
#D9C0F7 (or 0xD9C0F7) is known color: Fog. HEX triplet: D9, C0 and F7. RGB value is (217,192,247). Sum of RGB (Red+Green+Blue) = 217+192+247=656 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.08% from 656); Green value is 192 (75.39% from 255 or 29.27% from 656); Blue value is 247 (96.88% from 255 or 37.65% from 656); Max value from RGB is 247 - color contains mainly: blue. Hex color #D9C0F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C0F7 is #263F08. Grayscale: #CDCDCD. Windows color (decimal): -2506505 or 16236761. OLE color: 16236761.
HSL color Cylindrical-coordinate representation of color #D9C0F7: hue angle of 267.27º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9C0F7 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 192 | 247 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.03 |
| HSL | 267.27º | 0.77% | 0.86% | - |
| HSV(B) | 267.27º | 0.22% | 0.97% | - |
| XYZ | 64.25 | 59.17 | 96.03 | - |
| YUV | 205.75 | 151.28 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 192 | 247 | 0.12 | 0.22 | 0 | 0.03 | 267.27 | 0.77 | 0.86 |
| Hex | D9 | C0 | F7 | C | 16 | 0 | 3 | 10B | 4D | 56 |
| Octal | 331 | 300 | 367 | 14 | 26 | 0 | 3 | 413 | 115 | 126 |
| Binary | 11011001 | 11000000 | 11110111 | 1100 | 10110 | 0 | 11 | 100001011 | 1001101 | 1010110 |
Color Harmonies of #D9C0F7
Complementary color
Monochromatic Colors of #D9C0F7
Black with #D9C0F7
Text Example
Text Example
White with #D9C0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C0F7; }
p { color: rgb(217,192,247); }
H1.HeaderClassName
{
color: #D9C0F7;
}
.AnyTagClassName
{
color: #D9C0F7;
}
</style>
background-color css
<style>
a { background-color: #D9C0F7; }
a { background-color: rgb(217,192,247); }
div.DivClassName
{
background-color: #D9C0F7;
}
.BgClassName
{
background-color: #D9C0F7;
}
</style>
border-color css
<style>
span { border-color: #D9C0F7; }
span { border-color: rgb(217,192,247); }
td.TdClassName
{
border-color: #D9C0F7;
}
.TagClassName
{
border-color: #D9C0F7;
}
</style>