Shades of Fog #DBD2EC
Tints of Fog #DBD2EC
RGB
CMYK
RGB Variations
Color information
#DBD2EC (or 0xDBD2EC) is known color: Fog. HEX triplet: DB, D2 and EC. RGB value is (219,210,236). Sum of RGB (Red+Green+Blue) = 219+210+236=665 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.93% from 665); Green value is 210 (82.42% from 255 or 31.58% 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 #DBD2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD2EC is #242D13. Grayscale: #D7D7D7. Windows color (decimal): -2370836 or 15520475. OLE color: 15520475.
HSL color Cylindrical-coordinate representation of color #DBD2EC: hue angle of 260.77º degrees, saturation: 0.41, 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 #DBD2EC is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 210 | 236 | - |
CMYK | 0.07 | 0.11 | 0 | 0.07 |
HSL | 260.77º | 0.41% | 0.87% | - |
HSV(B) | 260.77º | 0.11% | 0.93% | - |
XYZ | 67.4 | 67.21 | 88.78 | - |
YUV | 215.66 | 139.48 | 130.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 210 | 236 | 0.07 | 0.11 | 0 | 0.07 | 260.77 | 0.41 | 0.87 |
Hex | DB | D2 | EC | 7 | B | 0 | 7 | 105 | 29 | 57 |
Octal | 333 | 322 | 354 | 7 | 13 | 0 | 7 | 405 | 51 | 127 |
Binary | 11011011 | 11010010 | 11101100 | 111 | 1011 | 0 | 111 | 100000101 | 101001 | 1010111 |
Color Harmonies of #DBD2EC
Complementary color
Monochromatic Colors of #DBD2EC
Black with #DBD2EC
Text Example
Text Example
White with #DBD2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD2EC; }
p { color: rgb(219,210,236); }
H1.HeaderClassName
{
color: #DBD2EC;
}
.AnyTagClassName
{
color: #DBD2EC;
}
</style>
background-color css
<style>
a { background-color: #DBD2EC; }
a { background-color: rgb(219,210,236); }
div.DivClassName
{
background-color: #DBD2EC;
}
.BgClassName
{
background-color: #DBD2EC;
}
</style>
border-color css
<style>
span { border-color: #DBD2EC; }
span { border-color: rgb(219,210,236); }
td.TdClassName
{
border-color: #DBD2EC;
}
.TagClassName
{
border-color: #DBD2EC;
}
</style>