Shades of Fog #DCD3F2
Tints of Fog #DCD3F2
RGB
CMYK
RGB Variations
Color information
#DCD3F2 (or 0xDCD3F2) is known color: Fog. HEX triplet: DC, D3 and F2. RGB value is (220,211,242). Sum of RGB (Red+Green+Blue) = 220+211+242=673 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.69% from 673); Green value is 211 (82.81% from 255 or 31.35% from 673); Blue value is 242 (94.92% from 255 or 35.96% from 673); Max value from RGB is 242 - color contains mainly: blue. Hex color #DCD3F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD3F2 is #232C0D. Grayscale: #D9D9D9. Windows color (decimal): -2305038 or 15913948. OLE color: 15913948.
HSL color Cylindrical-coordinate representation of color #DCD3F2: hue angle of 257.42º degrees, saturation: 0.54, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCD3F2 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 211 | 242 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.05 |
| HSL | 257.42º | 0.54% | 0.89% | - |
| HSV(B) | 257.42º | 0.13% | 0.95% | - |
| XYZ | 68.84 | 68.21 | 93.54 | - |
| YUV | 217.23 | 141.98 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 242 | 0.09 | 0.13 | 0 | 0.05 | 257.42 | 0.54 | 0.89 |
| Hex | DC | D3 | F2 | 9 | D | 0 | 5 | 101 | 36 | 59 |
| Octal | 334 | 323 | 362 | 11 | 15 | 0 | 5 | 401 | 66 | 131 |
| Binary | 11011100 | 11010011 | 11110010 | 1001 | 1101 | 0 | 101 | 100000001 | 110110 | 1011001 |
Color Harmonies of #DCD3F2
Complementary color
Monochromatic Colors of #DCD3F2
Black with #DCD3F2
Text Example
Text Example
White with #DCD3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD3F2; }
p { color: rgb(220,211,242); }
H1.HeaderClassName
{
color: #DCD3F2;
}
.AnyTagClassName
{
color: #DCD3F2;
}
</style>
background-color css
<style>
a { background-color: #DCD3F2; }
a { background-color: rgb(220,211,242); }
div.DivClassName
{
background-color: #DCD3F2;
}
.BgClassName
{
background-color: #DCD3F2;
}
</style>
border-color css
<style>
span { border-color: #DCD3F2; }
span { border-color: rgb(220,211,242); }
td.TdClassName
{
border-color: #DCD3F2;
}
.TagClassName
{
border-color: #DCD3F2;
}
</style>