Shades of Fog #DBD0EB
Tints of Fog #DBD0EB
RGB
CMYK
RGB Variations
Color information
#DBD0EB (or 0xDBD0EB) is known color: Fog. HEX triplet: DB, D0 and EB. RGB value is (219,208,235). Sum of RGB (Red+Green+Blue) = 219+208+235=662 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.08% from 662); Green value is 208 (81.64% from 255 or 31.42% from 662); Blue value is 235 (92.19% from 255 or 35.50% from 662); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBD0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD0EB is #242F14. Grayscale: #D6D6D6. Windows color (decimal): -2371349 or 15454427. OLE color: 15454427.
HSL color Cylindrical-coordinate representation of color #DBD0EB: hue angle of 264.44º degrees, saturation: 0.4, 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 #DBD0EB is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 219 | 208 | 235 | - |
CMYK | 0.07 | 0.11 | 0 | 0.08 |
HSL | 264.44º | 0.4% | 0.87% | - |
HSV(B) | 264.44º | 0.11% | 0.92% | - |
XYZ | 66.76 | 66.17 | 87.85 | - |
YUV | 214.37 | 139.64 | 131.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 208 | 235 | 0.07 | 0.11 | 0 | 0.08 | 264.44 | 0.4 | 0.87 |
Hex | DB | D0 | EB | 7 | B | 0 | 8 | 108 | 28 | 57 |
Octal | 333 | 320 | 353 | 7 | 13 | 0 | 10 | 410 | 50 | 127 |
Binary | 11011011 | 11010000 | 11101011 | 111 | 1011 | 0 | 1000 | 100001000 | 101000 | 1010111 |
Color Harmonies of #DBD0EB
Complementary color
Monochromatic Colors of #DBD0EB
Black with #DBD0EB
Text Example
Text Example
White with #DBD0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD0EB; }
p { color: rgb(219,208,235); }
H1.HeaderClassName
{
color: #DBD0EB;
}
.AnyTagClassName
{
color: #DBD0EB;
}
</style>
background-color css
<style>
a { background-color: #DBD0EB; }
a { background-color: rgb(219,208,235); }
div.DivClassName
{
background-color: #DBD0EB;
}
.BgClassName
{
background-color: #DBD0EB;
}
</style>
border-color css
<style>
span { border-color: #DBD0EB; }
span { border-color: rgb(219,208,235); }
td.TdClassName
{
border-color: #DBD0EB;
}
.TagClassName
{
border-color: #DBD0EB;
}
</style>