Shades of Fog #DBD0EA
Tints of Fog #DBD0EA
RGB
CMYK
RGB Variations
Color information
#DBD0EA (or 0xDBD0EA) is known color: Fog. HEX triplet: DB, D0 and EA. RGB value is (219,208,234). Sum of RGB (Red+Green+Blue) = 219+208+234=661 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.13% from 661); Green value is 208 (81.64% from 255 or 31.47% from 661); Blue value is 234 (91.80% from 255 or 35.40% from 661); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBD0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD0EA is #242F15. Grayscale: #D6D6D6. Windows color (decimal): -2371350 or 15388891. OLE color: 15388891.
HSL color Cylindrical-coordinate representation of color #DBD0EA: hue angle of 265.38º degrees, saturation: 0.38, 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 #DBD0EA is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 219 | 208 | 234 | - |
CMYK | 0.06 | 0.11 | 0 | 0.08 |
HSL | 265.38º | 0.38% | 0.87% | - |
HSV(B) | 265.38º | 0.11% | 0.92% | - |
XYZ | 66.62 | 66.11 | 87.09 | - |
YUV | 214.25 | 139.14 | 131.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 208 | 234 | 0.06 | 0.11 | 0 | 0.08 | 265.38 | 0.38 | 0.87 |
Hex | DB | D0 | EA | 6 | B | 0 | 8 | 109 | 26 | 57 |
Octal | 333 | 320 | 352 | 6 | 13 | 0 | 10 | 411 | 46 | 127 |
Binary | 11011011 | 11010000 | 11101010 | 110 | 1011 | 0 | 1000 | 100001001 | 100110 | 1010111 |
Color Harmonies of #DBD0EA
Complementary color
Monochromatic Colors of #DBD0EA
Black with #DBD0EA
Text Example
Text Example
White with #DBD0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD0EA; }
p { color: rgb(219,208,234); }
H1.HeaderClassName
{
color: #DBD0EA;
}
.AnyTagClassName
{
color: #DBD0EA;
}
</style>
background-color css
<style>
a { background-color: #DBD0EA; }
a { background-color: rgb(219,208,234); }
div.DivClassName
{
background-color: #DBD0EA;
}
.BgClassName
{
background-color: #DBD0EA;
}
</style>
border-color css
<style>
span { border-color: #DBD0EA; }
span { border-color: rgb(219,208,234); }
td.TdClassName
{
border-color: #DBD0EA;
}
.TagClassName
{
border-color: #DBD0EA;
}
</style>