Shades of Fog #DCD4EF
Tints of Fog #DCD4EF
RGB
CMYK
RGB Variations
Color information
#DCD4EF (or 0xDCD4EF) is known color: Fog. HEX triplet: DC, D4 and EF. RGB value is (220,212,239). Sum of RGB (Red+Green+Blue) = 220+212+239=671 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.79% from 671); Green value is 212 (83.20% from 255 or 31.59% from 671); Blue value is 239 (93.75% from 255 or 35.62% from 671); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCD4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD4EF is #232B10. Grayscale: #D9D9D9. Windows color (decimal): -2304785 or 15717596. OLE color: 15717596.
HSL color Cylindrical-coordinate representation of color #DCD4EF: hue angle of 257.78º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCD4EF is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 212 | 239 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.06 |
| HSL | 257.78º | 0.46% | 0.88% | - |
| HSV(B) | 257.78º | 0.11% | 0.94% | - |
| XYZ | 68.64 | 68.53 | 91.27 | - |
| YUV | 217.47 | 140.15 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 239 | 0.08 | 0.11 | 0 | 0.06 | 257.78 | 0.46 | 0.88 |
| Hex | DC | D4 | EF | 8 | B | 0 | 6 | 102 | 2E | 58 |
| Octal | 334 | 324 | 357 | 10 | 13 | 0 | 6 | 402 | 56 | 130 |
| Binary | 11011100 | 11010100 | 11101111 | 1000 | 1011 | 0 | 110 | 100000010 | 101110 | 1011000 |
Color Harmonies of #DCD4EF
Complementary color
Monochromatic Colors of #DCD4EF
Black with #DCD4EF
Text Example
Text Example
White with #DCD4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD4EF; }
p { color: rgb(220,212,239); }
H1.HeaderClassName
{
color: #DCD4EF;
}
.AnyTagClassName
{
color: #DCD4EF;
}
</style>
background-color css
<style>
a { background-color: #DCD4EF; }
a { background-color: rgb(220,212,239); }
div.DivClassName
{
background-color: #DCD4EF;
}
.BgClassName
{
background-color: #DCD4EF;
}
</style>
border-color css
<style>
span { border-color: #DCD4EF; }
span { border-color: rgb(220,212,239); }
td.TdClassName
{
border-color: #DCD4EF;
}
.TagClassName
{
border-color: #DCD4EF;
}
</style>