Shades of Fog #D9C0F9
Tints of Fog #D9C0F9
RGB
CMYK
RGB Variations
Color information
#D9C0F9 (or 0xD9C0F9) is known color: Fog. HEX triplet: D9, C0 and F9. RGB value is (217,192,249). Sum of RGB (Red+Green+Blue) = 217+192+249=658 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.98% from 658); Green value is 192 (75.39% from 255 or 29.18% from 658); Blue value is 249 (97.66% from 255 or 37.84% from 658); Max value from RGB is 249 - color contains mainly: blue. Hex color #D9C0F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C0F9 is #263F06. Grayscale: #CDCDCD. Windows color (decimal): -2506503 or 16367833. OLE color: 16367833.
HSL color Cylindrical-coordinate representation of color #D9C0F9: hue angle of 266.32º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D9C0F9 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 192 | 249 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.02 |
| HSL | 266.32º | 0.83% | 0.86% | - |
| HSV(B) | 266.32º | 0.23% | 0.98% | - |
| XYZ | 64.56 | 59.29 | 97.66 | - |
| YUV | 205.97 | 152.28 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 192 | 249 | 0.13 | 0.23 | 0 | 0.02 | 266.32 | 0.83 | 0.86 |
| Hex | D9 | C0 | F9 | D | 17 | 0 | 2 | 10A | 53 | 56 |
| Octal | 331 | 300 | 371 | 15 | 27 | 0 | 2 | 412 | 123 | 126 |
| Binary | 11011001 | 11000000 | 11111001 | 1101 | 10111 | 0 | 10 | 100001010 | 1010011 | 1010110 |
Color Harmonies of #D9C0F9
Complementary color
Monochromatic Colors of #D9C0F9
Black with #D9C0F9
Text Example
Text Example
White with #D9C0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C0F9; }
p { color: rgb(217,192,249); }
H1.HeaderClassName
{
color: #D9C0F9;
}
.AnyTagClassName
{
color: #D9C0F9;
}
</style>
background-color css
<style>
a { background-color: #D9C0F9; }
a { background-color: rgb(217,192,249); }
div.DivClassName
{
background-color: #D9C0F9;
}
.BgClassName
{
background-color: #D9C0F9;
}
</style>
border-color css
<style>
span { border-color: #D9C0F9; }
span { border-color: rgb(217,192,249); }
td.TdClassName
{
border-color: #D9C0F9;
}
.TagClassName
{
border-color: #D9C0F9;
}
</style>