Shades of Fog #D9C0F0
Tints of Fog #D9C0F0
RGB
CMYK
RGB Variations
Color information
#D9C0F0 (or 0xD9C0F0) is known color: Fog. HEX triplet: D9, C0 and F0. RGB value is (217,192,240). Sum of RGB (Red+Green+Blue) = 217+192+240=649 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.44% from 649); Green value is 192 (75.39% from 255 or 29.58% from 649); Blue value is 240 (94.14% from 255 or 36.98% from 649); Max value from RGB is 240 - color contains mainly: blue. Hex color #D9C0F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C0F0 is #263F0F. Grayscale: #CCCCCC. Windows color (decimal): -2506512 or 15778009. OLE color: 15778009.
HSL color Cylindrical-coordinate representation of color #D9C0F0: hue angle of 271.25º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9C0F0 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 192 | 240 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.06 |
| HSL | 271.25º | 0.62% | 0.85% | - |
| HSV(B) | 271.25º | 0.2% | 0.94% | - |
| XYZ | 63.19 | 58.74 | 90.45 | - |
| YUV | 204.95 | 147.78 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 192 | 240 | 0.10 | 0.20 | 0 | 0.06 | 271.25 | 0.62 | 0.85 |
| Hex | D9 | C0 | F0 | A | 14 | 0 | 6 | 10F | 3E | 55 |
| Octal | 331 | 300 | 360 | 12 | 24 | 0 | 6 | 417 | 76 | 125 |
| Binary | 11011001 | 11000000 | 11110000 | 1010 | 10100 | 0 | 110 | 100001111 | 111110 | 1010101 |
Color Harmonies of #D9C0F0
Complementary color
Monochromatic Colors of #D9C0F0
Black with #D9C0F0
Text Example
Text Example
White with #D9C0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C0F0; }
p { color: rgb(217,192,240); }
H1.HeaderClassName
{
color: #D9C0F0;
}
.AnyTagClassName
{
color: #D9C0F0;
}
</style>
background-color css
<style>
a { background-color: #D9C0F0; }
a { background-color: rgb(217,192,240); }
div.DivClassName
{
background-color: #D9C0F0;
}
.BgClassName
{
background-color: #D9C0F0;
}
</style>
border-color css
<style>
span { border-color: #D9C0F0; }
span { border-color: rgb(217,192,240); }
td.TdClassName
{
border-color: #D9C0F0;
}
.TagClassName
{
border-color: #D9C0F0;
}
</style>