Shades of Fog #DCD0F8
Tints of Fog #DCD0F8
RGB
CMYK
RGB Variations
Color information
#DCD0F8 (or 0xDCD0F8) is known color: Fog. HEX triplet: DC, D0 and F8. RGB value is (220,208,248). Sum of RGB (Red+Green+Blue) = 220+208+248=676 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.54% from 676); Green value is 208 (81.64% from 255 or 30.77% from 676); Blue value is 248 (97.27% from 255 or 36.69% from 676); Max value from RGB is 248 - color contains mainly: blue. Hex color #DCD0F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD0F8 is #232F07. Grayscale: #D8D8D8. Windows color (decimal): -2305800 or 16306396. OLE color: 16306396.
HSL color Cylindrical-coordinate representation of color #DCD0F8: hue angle of 258º degrees, saturation: 0.74, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCD0F8 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 208 | 248 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.03 |
| HSL | 258º | 0.74% | 0.89% | - |
| HSV(B) | 258º | 0.16% | 0.97% | - |
| XYZ | 69.01 | 67.1 | 98.12 | - |
| YUV | 216.15 | 145.98 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 248 | 0.11 | 0.16 | 0 | 0.03 | 258 | 0.74 | 0.89 |
| Hex | DC | D0 | F8 | B | 10 | 0 | 3 | 102 | 4A | 59 |
| Octal | 334 | 320 | 370 | 13 | 20 | 0 | 3 | 402 | 112 | 131 |
| Binary | 11011100 | 11010000 | 11111000 | 1011 | 10000 | 0 | 11 | 100000010 | 1001010 | 1011001 |
Color Harmonies of #DCD0F8
Complementary color
Monochromatic Colors of #DCD0F8
Black with #DCD0F8
Text Example
Text Example
White with #DCD0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD0F8; }
p { color: rgb(220,208,248); }
H1.HeaderClassName
{
color: #DCD0F8;
}
.AnyTagClassName
{
color: #DCD0F8;
}
</style>
background-color css
<style>
a { background-color: #DCD0F8; }
a { background-color: rgb(220,208,248); }
div.DivClassName
{
background-color: #DCD0F8;
}
.BgClassName
{
background-color: #DCD0F8;
}
</style>
border-color css
<style>
span { border-color: #DCD0F8; }
span { border-color: rgb(220,208,248); }
td.TdClassName
{
border-color: #DCD0F8;
}
.TagClassName
{
border-color: #DCD0F8;
}
</style>