Shades of Fog #DCD0ED
Tints of Fog #DCD0ED
RGB
CMYK
RGB Variations
Color information
#DCD0ED (or 0xDCD0ED) is known color: Fog. HEX triplet: DC, D0 and ED. RGB value is (220,208,237). Sum of RGB (Red+Green+Blue) = 220+208+237=665 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.08% from 665); Green value is 208 (81.64% from 255 or 31.28% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCD0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD0ED is #232F12. Grayscale: #D6D6D6. Windows color (decimal): -2305811 or 15585500. OLE color: 15585500.
HSL color Cylindrical-coordinate representation of color #DCD0ED: hue angle of 264.83º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCD0ED is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 208 | 237 | - |
CMYK | 0.07 | 0.12 | 0 | 0.07 |
HSL | 264.83º | 0.45% | 0.87% | - |
HSV(B) | 264.83º | 0.12% | 0.93% | - |
XYZ | 67.36 | 66.44 | 89.4 | - |
YUV | 214.89 | 140.48 | 131.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 208 | 237 | 0.07 | 0.12 | 0 | 0.07 | 264.83 | 0.45 | 0.87 |
Hex | DC | D0 | ED | 7 | C | 0 | 7 | 109 | 2D | 57 |
Octal | 334 | 320 | 355 | 7 | 14 | 0 | 7 | 411 | 55 | 127 |
Binary | 11011100 | 11010000 | 11101101 | 111 | 1100 | 0 | 111 | 100001001 | 101101 | 1010111 |
Color Harmonies of #DCD0ED
Complementary color
Monochromatic Colors of #DCD0ED
Black with #DCD0ED
Text Example
Text Example
White with #DCD0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD0ED; }
p { color: rgb(220,208,237); }
H1.HeaderClassName
{
color: #DCD0ED;
}
.AnyTagClassName
{
color: #DCD0ED;
}
</style>
background-color css
<style>
a { background-color: #DCD0ED; }
a { background-color: rgb(220,208,237); }
div.DivClassName
{
background-color: #DCD0ED;
}
.BgClassName
{
background-color: #DCD0ED;
}
</style>
border-color css
<style>
span { border-color: #DCD0ED; }
span { border-color: rgb(220,208,237); }
td.TdClassName
{
border-color: #DCD0ED;
}
.TagClassName
{
border-color: #DCD0ED;
}
</style>