Shades of Fog #DCD0F9
Tints of Fog #DCD0F9
RGB
CMYK
RGB Variations
Color information
#DCD0F9 (or 0xDCD0F9) is known color: Fog. HEX triplet: DC, D0 and F9. RGB value is (220,208,249). Sum of RGB (Red+Green+Blue) = 220+208+249=677 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.50% from 677); Green value is 208 (81.64% from 255 or 30.72% from 677); Blue value is 249 (97.66% from 255 or 36.78% from 677); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCD0F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD0F9 is #232F06. Grayscale: #D8D8D8. Windows color (decimal): -2305799 or 16371932. OLE color: 16371932.
HSL color Cylindrical-coordinate representation of color #DCD0F9: hue angle of 257.56º degrees, saturation: 0.77, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCD0F9 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 208 | 249 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.02 |
| HSL | 257.56º | 0.77% | 0.9% | - |
| HSV(B) | 257.56º | 0.16% | 0.98% | - |
| XYZ | 69.17 | 67.17 | 98.94 | - |
| YUV | 216.26 | 146.48 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 249 | 0.12 | 0.16 | 0 | 0.02 | 257.56 | 0.77 | 0.9 |
| Hex | DC | D0 | F9 | C | 10 | 0 | 2 | 102 | 4D | 5A |
| Octal | 334 | 320 | 371 | 14 | 20 | 0 | 2 | 402 | 115 | 132 |
| Binary | 11011100 | 11010000 | 11111001 | 1100 | 10000 | 0 | 10 | 100000010 | 1001101 | 1011010 |
Color Harmonies of #DCD0F9
Complementary color
Monochromatic Colors of #DCD0F9
Black with #DCD0F9
Text Example
Text Example
White with #DCD0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD0F9; }
p { color: rgb(220,208,249); }
H1.HeaderClassName
{
color: #DCD0F9;
}
.AnyTagClassName
{
color: #DCD0F9;
}
</style>
background-color css
<style>
a { background-color: #DCD0F9; }
a { background-color: rgb(220,208,249); }
div.DivClassName
{
background-color: #DCD0F9;
}
.BgClassName
{
background-color: #DCD0F9;
}
</style>
border-color css
<style>
span { border-color: #DCD0F9; }
span { border-color: rgb(220,208,249); }
td.TdClassName
{
border-color: #DCD0F9;
}
.TagClassName
{
border-color: #DCD0F9;
}
</style>