Shades of Fog #DCD1EC
Tints of Fog #DCD1EC
RGB
CMYK
RGB Variations
Color information
#DCD1EC (or 0xDCD1EC) is known color: Fog. HEX triplet: DC, D1 and EC. RGB value is (220,209,236). Sum of RGB (Red+Green+Blue) = 220+209+236=665 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.08% from 665); Green value is 209 (82.03% from 255 or 31.43% from 665); Blue value is 236 (92.58% from 255 or 35.49% from 665); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCD1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD1EC is #232E13. Grayscale: #D7D7D7. Windows color (decimal): -2305556 or 15520220. OLE color: 15520220.
HSL color Cylindrical-coordinate representation of color #DCD1EC: hue angle of 264.44º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCD1EC is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 209 | 236 | - |
CMYK | 0.07 | 0.11 | 0 | 0.07 |
HSL | 264.44º | 0.42% | 0.87% | - |
HSV(B) | 264.44º | 0.11% | 0.93% | - |
XYZ | 67.46 | 66.87 | 88.71 | - |
YUV | 215.37 | 139.64 | 131.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 209 | 236 | 0.07 | 0.11 | 0 | 0.07 | 264.44 | 0.42 | 0.87 |
Hex | DC | D1 | EC | 7 | B | 0 | 7 | 108 | 2A | 57 |
Octal | 334 | 321 | 354 | 7 | 13 | 0 | 7 | 410 | 52 | 127 |
Binary | 11011100 | 11010001 | 11101100 | 111 | 1011 | 0 | 111 | 100001000 | 101010 | 1010111 |
Color Harmonies of #DCD1EC
Complementary color
Monochromatic Colors of #DCD1EC
Black with #DCD1EC
Text Example
Text Example
White with #DCD1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD1EC; }
p { color: rgb(220,209,236); }
H1.HeaderClassName
{
color: #DCD1EC;
}
.AnyTagClassName
{
color: #DCD1EC;
}
</style>
background-color css
<style>
a { background-color: #DCD1EC; }
a { background-color: rgb(220,209,236); }
div.DivClassName
{
background-color: #DCD1EC;
}
.BgClassName
{
background-color: #DCD1EC;
}
</style>
border-color css
<style>
span { border-color: #DCD1EC; }
span { border-color: rgb(220,209,236); }
td.TdClassName
{
border-color: #DCD1EC;
}
.TagClassName
{
border-color: #DCD1EC;
}
</style>