Shades of Fog #DBD2ED
Tints of Fog #DBD2ED
RGB
CMYK
RGB Variations
Color information
#DBD2ED (or 0xDBD2ED) is known color: Fog. HEX triplet: DB, D2 and ED. RGB value is (219,210,237). Sum of RGB (Red+Green+Blue) = 219+210+237=666 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.88% from 666); Green value is 210 (82.42% from 255 or 31.53% from 666); Blue value is 237 (92.97% from 255 or 35.59% from 666); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBD2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD2ED is #242D12. Grayscale: #D7D7D7. Windows color (decimal): -2370835 or 15586011. OLE color: 15586011.
HSL color Cylindrical-coordinate representation of color #DBD2ED: hue angle of 260º degrees, saturation: 0.43, 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 #DBD2ED is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 210 | 237 | - |
CMYK | 0.08 | 0.11 | 0 | 0.07 |
HSL | 260º | 0.43% | 0.88% | - |
HSV(B) | 260º | 0.11% | 0.93% | - |
XYZ | 67.55 | 67.27 | 89.54 | - |
YUV | 215.77 | 139.98 | 130.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 210 | 237 | 0.08 | 0.11 | 0 | 0.07 | 260 | 0.43 | 0.88 |
Hex | DB | D2 | ED | 8 | B | 0 | 7 | 104 | 2B | 58 |
Octal | 333 | 322 | 355 | 10 | 13 | 0 | 7 | 404 | 53 | 130 |
Binary | 11011011 | 11010010 | 11101101 | 1000 | 1011 | 0 | 111 | 100000100 | 101011 | 1011000 |
Color Harmonies of #DBD2ED
Complementary color
Monochromatic Colors of #DBD2ED
Black with #DBD2ED
Text Example
Text Example
White with #DBD2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD2ED; }
p { color: rgb(219,210,237); }
H1.HeaderClassName
{
color: #DBD2ED;
}
.AnyTagClassName
{
color: #DBD2ED;
}
</style>
background-color css
<style>
a { background-color: #DBD2ED; }
a { background-color: rgb(219,210,237); }
div.DivClassName
{
background-color: #DBD2ED;
}
.BgClassName
{
background-color: #DBD2ED;
}
</style>
border-color css
<style>
span { border-color: #DBD2ED; }
span { border-color: rgb(219,210,237); }
td.TdClassName
{
border-color: #DBD2ED;
}
.TagClassName
{
border-color: #DBD2ED;
}
</style>