Shades of Fog #DBD0ED
Tints of Fog #DBD0ED
RGB
CMYK
RGB Variations
Color information
#DBD0ED (or 0xDBD0ED) is known color: Fog. HEX triplet: DB, D0 and ED. RGB value is (219,208,237). Sum of RGB (Red+Green+Blue) = 219+208+237=664 (87% of max value = 765). Red value is 219 (85.94% from 255 or 32.98% from 664); Green value is 208 (81.64% from 255 or 31.33% from 664); Blue value is 237 (92.97% from 255 or 35.69% from 664); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBD0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD0ED is #242F12. Grayscale: #D6D6D6. Windows color (decimal): -2371347 or 15585499. OLE color: 15585499.
HSL color Cylindrical-coordinate representation of color #DBD0ED: hue angle of 262.76º 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 #DBD0ED is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 208 | 237 | - |
CMYK | 0.08 | 0.12 | 0 | 0.07 |
HSL | 262.76º | 0.45% | 0.87% | - |
HSV(B) | 262.76º | 0.12% | 0.93% | - |
XYZ | 67.06 | 66.29 | 89.38 | - |
YUV | 214.6 | 140.64 | 131.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 208 | 237 | 0.08 | 0.12 | 0 | 0.07 | 262.76 | 0.45 | 0.87 |
Hex | DB | D0 | ED | 8 | C | 0 | 7 | 107 | 2D | 57 |
Octal | 333 | 320 | 355 | 10 | 14 | 0 | 7 | 407 | 55 | 127 |
Binary | 11011011 | 11010000 | 11101101 | 1000 | 1100 | 0 | 111 | 100000111 | 101101 | 1010111 |
Color Harmonies of #DBD0ED
Complementary color
Monochromatic Colors of #DBD0ED
Black with #DBD0ED
Text Example
Text Example
White with #DBD0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD0ED; }
p { color: rgb(219,208,237); }
H1.HeaderClassName
{
color: #DBD0ED;
}
.AnyTagClassName
{
color: #DBD0ED;
}
</style>
background-color css
<style>
a { background-color: #DBD0ED; }
a { background-color: rgb(219,208,237); }
div.DivClassName
{
background-color: #DBD0ED;
}
.BgClassName
{
background-color: #DBD0ED;
}
</style>
border-color css
<style>
span { border-color: #DBD0ED; }
span { border-color: rgb(219,208,237); }
td.TdClassName
{
border-color: #DBD0ED;
}
.TagClassName
{
border-color: #DBD0ED;
}
</style>