Shades of Fog #D0C0F9
Tints of Fog #D0C0F9
RGB
CMYK
RGB Variations
Color information
#D0C0F9 (or 0xD0C0F9) is known color: Fog. HEX triplet: D0, C0 and F9. RGB value is (208,192,249). Sum of RGB (Red+Green+Blue) = 208+192+249=649 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.05% from 649); Green value is 192 (75.39% from 255 or 29.58% from 649); Blue value is 249 (97.66% from 255 or 38.37% from 649); Max value from RGB is 249 - color contains mainly: blue. Hex color #D0C0F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C0F9 is #2F3F06. Grayscale: #CBCBCB. Windows color (decimal): -3096327 or 16367824. OLE color: 16367824.
HSL color Cylindrical-coordinate representation of color #D0C0F9: hue angle of 256.84º 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 #D0C0F9 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 192 | 249 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.02 |
| HSL | 256.84º | 0.83% | 0.86% | - |
| HSV(B) | 256.84º | 0.23% | 0.98% | - |
| XYZ | 61.96 | 57.95 | 97.54 | - |
| YUV | 203.28 | 153.8 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 192 | 249 | 0.16 | 0.23 | 0 | 0.02 | 256.84 | 0.83 | 0.86 |
| Hex | D0 | C0 | F9 | 10 | 17 | 0 | 2 | 101 | 53 | 56 |
| Octal | 320 | 300 | 371 | 20 | 27 | 0 | 2 | 401 | 123 | 126 |
| Binary | 11010000 | 11000000 | 11111001 | 10000 | 10111 | 0 | 10 | 100000001 | 1010011 | 1010110 |
Color Harmonies of #D0C0F9
Complementary color
Monochromatic Colors of #D0C0F9
Black with #D0C0F9
Text Example
Text Example
White with #D0C0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C0F9; }
p { color: rgb(208,192,249); }
H1.HeaderClassName
{
color: #D0C0F9;
}
.AnyTagClassName
{
color: #D0C0F9;
}
</style>
background-color css
<style>
a { background-color: #D0C0F9; }
a { background-color: rgb(208,192,249); }
div.DivClassName
{
background-color: #D0C0F9;
}
.BgClassName
{
background-color: #D0C0F9;
}
</style>
border-color css
<style>
span { border-color: #D0C0F9; }
span { border-color: rgb(208,192,249); }
td.TdClassName
{
border-color: #D0C0F9;
}
.TagClassName
{
border-color: #D0C0F9;
}
</style>