Shades of Fog #DCD2EB
Tints of Fog #DCD2EB
RGB
CMYK
RGB Variations
Color information
#DCD2EB (or 0xDCD2EB) is known color: Fog. HEX triplet: DC, D2 and EB. RGB value is (220,210,235). Sum of RGB (Red+Green+Blue) = 220+210+235=665 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.08% from 665); Green value is 210 (82.42% from 255 or 31.58% from 665); Blue value is 235 (92.19% from 255 or 35.34% from 665); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCD2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD2EB is #232D14. Grayscale: #D7D7D7. Windows color (decimal): -2305301 or 15454940. OLE color: 15454940.
HSL color Cylindrical-coordinate representation of color #DCD2EB: hue angle of 264º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCD2EB is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 220 | 210 | 235 | - |
CMYK | 0.06 | 0.11 | 0 | 0.08 |
HSL | 264º | 0.38% | 0.87% | - |
HSV(B) | 264º | 0.11% | 0.92% | - |
XYZ | 67.56 | 67.31 | 88.03 | - |
YUV | 215.84 | 138.81 | 130.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 210 | 235 | 0.06 | 0.11 | 0 | 0.08 | 264 | 0.38 | 0.87 |
Hex | DC | D2 | EB | 6 | B | 0 | 8 | 108 | 26 | 57 |
Octal | 334 | 322 | 353 | 6 | 13 | 0 | 10 | 410 | 46 | 127 |
Binary | 11011100 | 11010010 | 11101011 | 110 | 1011 | 0 | 1000 | 100001000 | 100110 | 1010111 |
Color Harmonies of #DCD2EB
Complementary color
Monochromatic Colors of #DCD2EB
Black with #DCD2EB
Text Example
Text Example
White with #DCD2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD2EB; }
p { color: rgb(220,210,235); }
H1.HeaderClassName
{
color: #DCD2EB;
}
.AnyTagClassName
{
color: #DCD2EB;
}
</style>
background-color css
<style>
a { background-color: #DCD2EB; }
a { background-color: rgb(220,210,235); }
div.DivClassName
{
background-color: #DCD2EB;
}
.BgClassName
{
background-color: #DCD2EB;
}
</style>
border-color css
<style>
span { border-color: #DCD2EB; }
span { border-color: rgb(220,210,235); }
td.TdClassName
{
border-color: #DCD2EB;
}
.TagClassName
{
border-color: #DCD2EB;
}
</style>