Shades of Fog #DBD0E7
Tints of Fog #DBD0E7
RGB
CMYK
RGB Variations
Color information
#DBD0E7 (or 0xDBD0E7) is known color: Fog. HEX triplet: DB, D0 and E7. RGB value is (219,208,231). Sum of RGB (Red+Green+Blue) = 219+208+231=658 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.28% from 658); Green value is 208 (81.64% from 255 or 31.61% from 658); Blue value is 231 (90.62% from 255 or 35.11% from 658); Max value from RGB is 231 - color contains mainly: blue. Hex color #DBD0E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD0E7 is #242F18. Grayscale: #D5D5D5. Windows color (decimal): -2371353 or 15192283. OLE color: 15192283.
HSL color Cylindrical-coordinate representation of color #DBD0E7: hue angle of 268.7º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBD0E7 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 219 | 208 | 231 | - |
CMYK | 0.05 | 0.10 | 0 | 0.09 |
HSL | 268.7º | 0.32% | 0.86% | - |
HSV(B) | 268.7º | 0.1% | 0.91% | - |
XYZ | 66.19 | 65.94 | 84.84 | - |
YUV | 213.91 | 137.64 | 131.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 208 | 231 | 0.05 | 0.10 | 0 | 0.09 | 268.7 | 0.32 | 0.86 |
Hex | DB | D0 | E7 | 5 | A | 0 | 9 | 10D | 20 | 56 |
Octal | 333 | 320 | 347 | 5 | 12 | 0 | 11 | 415 | 40 | 126 |
Binary | 11011011 | 11010000 | 11100111 | 101 | 1010 | 0 | 1001 | 100001101 | 100000 | 1010110 |
Color Harmonies of #DBD0E7
Complementary color
Monochromatic Colors of #DBD0E7
Black with #DBD0E7
Text Example
Text Example
White with #DBD0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD0E7; }
p { color: rgb(219,208,231); }
H1.HeaderClassName
{
color: #DBD0E7;
}
.AnyTagClassName
{
color: #DBD0E7;
}
</style>
background-color css
<style>
a { background-color: #DBD0E7; }
a { background-color: rgb(219,208,231); }
div.DivClassName
{
background-color: #DBD0E7;
}
.BgClassName
{
background-color: #DBD0E7;
}
</style>
border-color css
<style>
span { border-color: #DBD0E7; }
span { border-color: rgb(219,208,231); }
td.TdClassName
{
border-color: #DBD0E7;
}
.TagClassName
{
border-color: #DBD0E7;
}
</style>