Shades of Fog #DCD4ED
Tints of Fog #DCD4ED
RGB
CMYK
RGB Variations
Color information
#DCD4ED (or 0xDCD4ED) is known color: Fog. HEX triplet: DC, D4 and ED. RGB value is (220,212,237). Sum of RGB (Red+Green+Blue) = 220+212+237=669 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.88% from 669); Green value is 212 (83.20% from 255 or 31.69% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCD4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD4ED is #232B12. Grayscale: #D9D9D9. Windows color (decimal): -2304787 or 15586524. OLE color: 15586524.
HSL color Cylindrical-coordinate representation of color #DCD4ED: hue angle of 259.2º degrees, saturation: 0.41, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCD4ED is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 212 | 237 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.07 |
| HSL | 259.2º | 0.41% | 0.88% | - |
| HSV(B) | 259.2º | 0.11% | 0.93% | - |
| XYZ | 68.34 | 68.42 | 89.72 | - |
| YUV | 217.24 | 139.15 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 237 | 0.07 | 0.11 | 0 | 0.07 | 259.2 | 0.41 | 0.88 |
| Hex | DC | D4 | ED | 7 | B | 0 | 7 | 103 | 29 | 58 |
| Octal | 334 | 324 | 355 | 7 | 13 | 0 | 7 | 403 | 51 | 130 |
| Binary | 11011100 | 11010100 | 11101101 | 111 | 1011 | 0 | 111 | 100000011 | 101001 | 1011000 |
Color Harmonies of #DCD4ED
Complementary color
Monochromatic Colors of #DCD4ED
Black with #DCD4ED
Text Example
Text Example
White with #DCD4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD4ED; }
p { color: rgb(220,212,237); }
H1.HeaderClassName
{
color: #DCD4ED;
}
.AnyTagClassName
{
color: #DCD4ED;
}
</style>
background-color css
<style>
a { background-color: #DCD4ED; }
a { background-color: rgb(220,212,237); }
div.DivClassName
{
background-color: #DCD4ED;
}
.BgClassName
{
background-color: #DCD4ED;
}
</style>
border-color css
<style>
span { border-color: #DCD4ED; }
span { border-color: rgb(220,212,237); }
td.TdClassName
{
border-color: #DCD4ED;
}
.TagClassName
{
border-color: #DCD4ED;
}
</style>