Shades of Fog #DCD4F0
Tints of Fog #DCD4F0
RGB
CMYK
RGB Variations
Color information
#DCD4F0 (or 0xDCD4F0) is known color: Fog. HEX triplet: DC, D4 and F0. RGB value is (220,212,240). Sum of RGB (Red+Green+Blue) = 220+212+240=672 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.74% from 672); Green value is 212 (83.20% from 255 or 31.55% from 672); Blue value is 240 (94.14% from 255 or 35.71% from 672); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCD4F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD4F0 is #232B0F. Grayscale: #D9D9D9. Windows color (decimal): -2304784 or 15783132. OLE color: 15783132.
HSL color Cylindrical-coordinate representation of color #DCD4F0: hue angle of 257.14º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCD4F0 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 212 | 240 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.06 |
| HSL | 257.14º | 0.48% | 0.89% | - |
| HSV(B) | 257.14º | 0.12% | 0.94% | - |
| XYZ | 68.79 | 68.59 | 92.05 | - |
| YUV | 217.58 | 140.65 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 240 | 0.08 | 0.12 | 0 | 0.06 | 257.14 | 0.48 | 0.89 |
| Hex | DC | D4 | F0 | 8 | C | 0 | 6 | 101 | 30 | 59 |
| Octal | 334 | 324 | 360 | 10 | 14 | 0 | 6 | 401 | 60 | 131 |
| Binary | 11011100 | 11010100 | 11110000 | 1000 | 1100 | 0 | 110 | 100000001 | 110000 | 1011001 |
Color Harmonies of #DCD4F0
Complementary color
Monochromatic Colors of #DCD4F0
Black with #DCD4F0
Text Example
Text Example
White with #DCD4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD4F0; }
p { color: rgb(220,212,240); }
H1.HeaderClassName
{
color: #DCD4F0;
}
.AnyTagClassName
{
color: #DCD4F0;
}
</style>
background-color css
<style>
a { background-color: #DCD4F0; }
a { background-color: rgb(220,212,240); }
div.DivClassName
{
background-color: #DCD4F0;
}
.BgClassName
{
background-color: #DCD4F0;
}
</style>
border-color css
<style>
span { border-color: #DCD4F0; }
span { border-color: rgb(220,212,240); }
td.TdClassName
{
border-color: #DCD4F0;
}
.TagClassName
{
border-color: #DCD4F0;
}
</style>