Shades of Fog #DCD2F1
Tints of Fog #DCD2F1
RGB
CMYK
RGB Variations
Color information
#DCD2F1 (or 0xDCD2F1) is known color: Fog. HEX triplet: DC, D2 and F1. RGB value is (220,210,241). Sum of RGB (Red+Green+Blue) = 220+210+241=671 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.79% from 671); Green value is 210 (82.42% from 255 or 31.30% from 671); Blue value is 241 (94.53% from 255 or 35.92% from 671); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCD2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD2F1 is #232D0E. Grayscale: #D8D8D8. Windows color (decimal): -2305295 or 15848156. OLE color: 15848156.
HSL color Cylindrical-coordinate representation of color #DCD2F1: hue angle of 259.35º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCD2F1 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 210 | 241 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.05 |
| HSL | 259.35º | 0.53% | 0.88% | - |
| HSV(B) | 259.35º | 0.13% | 0.95% | - |
| XYZ | 68.44 | 67.66 | 92.67 | - |
| YUV | 216.52 | 141.81 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 241 | 0.09 | 0.13 | 0 | 0.05 | 259.35 | 0.53 | 0.88 |
| Hex | DC | D2 | F1 | 9 | D | 0 | 5 | 103 | 35 | 58 |
| Octal | 334 | 322 | 361 | 11 | 15 | 0 | 5 | 403 | 65 | 130 |
| Binary | 11011100 | 11010010 | 11110001 | 1001 | 1101 | 0 | 101 | 100000011 | 110101 | 1011000 |
Color Harmonies of #DCD2F1
Complementary color
Monochromatic Colors of #DCD2F1
Black with #DCD2F1
Text Example
Text Example
White with #DCD2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD2F1; }
p { color: rgb(220,210,241); }
H1.HeaderClassName
{
color: #DCD2F1;
}
.AnyTagClassName
{
color: #DCD2F1;
}
</style>
background-color css
<style>
a { background-color: #DCD2F1; }
a { background-color: rgb(220,210,241); }
div.DivClassName
{
background-color: #DCD2F1;
}
.BgClassName
{
background-color: #DCD2F1;
}
</style>
border-color css
<style>
span { border-color: #DCD2F1; }
span { border-color: rgb(220,210,241); }
td.TdClassName
{
border-color: #DCD2F1;
}
.TagClassName
{
border-color: #DCD2F1;
}
</style>