Shades of Fog #DCD5EF
Tints of Fog #DCD5EF
RGB
CMYK
RGB Variations
Color information
#DCD5EF (or 0xDCD5EF) is known color: Fog. HEX triplet: DC, D5 and EF. RGB value is (220,213,239). Sum of RGB (Red+Green+Blue) = 220+213+239=672 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.74% from 672); Green value is 213 (83.59% from 255 or 31.70% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCD5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD5EF is #232A10. Grayscale: #D9D9D9. Windows color (decimal): -2304529 or 15717852. OLE color: 15717852.
HSL color Cylindrical-coordinate representation of color #DCD5EF: hue angle of 256.15º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCD5EF is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 213 | 239 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.06 |
| HSL | 256.15º | 0.45% | 0.89% | - |
| HSV(B) | 256.15º | 0.11% | 0.94% | - |
| XYZ | 68.89 | 69.04 | 91.36 | - |
| YUV | 218.06 | 139.82 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 239 | 0.08 | 0.11 | 0 | 0.06 | 256.15 | 0.45 | 0.89 |
| Hex | DC | D5 | EF | 8 | B | 0 | 6 | 100 | 2D | 59 |
| Octal | 334 | 325 | 357 | 10 | 13 | 0 | 6 | 400 | 55 | 131 |
| Binary | 11011100 | 11010101 | 11101111 | 1000 | 1011 | 0 | 110 | 100000000 | 101101 | 1011001 |
Color Harmonies of #DCD5EF
Complementary color
Monochromatic Colors of #DCD5EF
Black with #DCD5EF
Text Example
Text Example
White with #DCD5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD5EF; }
p { color: rgb(220,213,239); }
H1.HeaderClassName
{
color: #DCD5EF;
}
.AnyTagClassName
{
color: #DCD5EF;
}
</style>
background-color css
<style>
a { background-color: #DCD5EF; }
a { background-color: rgb(220,213,239); }
div.DivClassName
{
background-color: #DCD5EF;
}
.BgClassName
{
background-color: #DCD5EF;
}
</style>
border-color css
<style>
span { border-color: #DCD5EF; }
span { border-color: rgb(220,213,239); }
td.TdClassName
{
border-color: #DCD5EF;
}
.TagClassName
{
border-color: #DCD5EF;
}
</style>