Shades of Fog #DBD5EB
Tints of Fog #DBD5EB
RGB
CMYK
RGB Variations
Color information
#DBD5EB (or 0xDBD5EB) is known color: Fog. HEX triplet: DB, D5 and EB. RGB value is (219,213,235). Sum of RGB (Red+Green+Blue) = 219+213+235=667 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.83% from 667); Green value is 213 (83.59% from 255 or 31.93% from 667); Blue value is 235 (92.19% from 255 or 35.23% from 667); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBD5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD5EB is #242A14. Grayscale: #D9D9D9. Windows color (decimal): -2370069 or 15455707. OLE color: 15455707.
HSL color Cylindrical-coordinate representation of color #DBD5EB: hue angle of 256.36º degrees, saturation: 0.35, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBD5EB is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 219 | 213 | 235 | - |
CMYK | 0.07 | 0.09 | 0 | 0.08 |
HSL | 256.36º | 0.35% | 0.88% | - |
HSV(B) | 256.36º | 0.09% | 0.92% | - |
XYZ | 68 | 68.65 | 88.26 | - |
YUV | 217.3 | 137.99 | 129.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 213 | 235 | 0.07 | 0.09 | 0 | 0.08 | 256.36 | 0.35 | 0.88 |
Hex | DB | D5 | EB | 7 | 9 | 0 | 8 | 100 | 23 | 58 |
Octal | 333 | 325 | 353 | 7 | 11 | 0 | 10 | 400 | 43 | 130 |
Binary | 11011011 | 11010101 | 11101011 | 111 | 1001 | 0 | 1000 | 100000000 | 100011 | 1011000 |
Color Harmonies of #DBD5EB
Complementary color
Monochromatic Colors of #DBD5EB
Black with #DBD5EB
Text Example
Text Example
White with #DBD5EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD5EB; }
p { color: rgb(219,213,235); }
H1.HeaderClassName
{
color: #DBD5EB;
}
.AnyTagClassName
{
color: #DBD5EB;
}
</style>
background-color css
<style>
a { background-color: #DBD5EB; }
a { background-color: rgb(219,213,235); }
div.DivClassName
{
background-color: #DBD5EB;
}
.BgClassName
{
background-color: #DBD5EB;
}
</style>
border-color css
<style>
span { border-color: #DBD5EB; }
span { border-color: rgb(219,213,235); }
td.TdClassName
{
border-color: #DBD5EB;
}
.TagClassName
{
border-color: #DBD5EB;
}
</style>