Shades of Fog #DBD0F0
Tints of Fog #DBD0F0
RGB
CMYK
RGB Variations
Color information
#DBD0F0 (or 0xDBD0F0) is known color: Fog. HEX triplet: DB, D0 and F0. RGB value is (219,208,240). Sum of RGB (Red+Green+Blue) = 219+208+240=667 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.83% from 667); Green value is 208 (81.64% from 255 or 31.18% from 667); Blue value is 240 (94.14% from 255 or 35.98% from 667); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBD0F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD0F0 is #242F0F. Grayscale: #D6D6D6. Windows color (decimal): -2371344 or 15782107. OLE color: 15782107.
HSL color Cylindrical-coordinate representation of color #DBD0F0: hue angle of 260.62º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBD0F0 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 219 | 208 | 240 | - |
CMYK | 0.09 | 0.13 | 0 | 0.06 |
HSL | 260.63º | 0.52% | 0.88% | - |
HSV(B) | 260.63º | 0.13% | 0.94% | - |
XYZ | 67.5 | 66.46 | 91.71 | - |
YUV | 214.94 | 142.14 | 130.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 208 | 240 | 0.09 | 0.13 | 0 | 0.06 | 260.63 | 0.52 | 0.88 |
Hex | DB | D0 | F0 | 9 | D | 0 | 6 | 105 | 34 | 58 |
Octal | 333 | 320 | 360 | 11 | 15 | 0 | 6 | 405 | 64 | 130 |
Binary | 11011011 | 11010000 | 11110000 | 1001 | 1101 | 0 | 110 | 100000101 | 110100 | 1011000 |
Color Harmonies of #DBD0F0
Complementary color
Monochromatic Colors of #DBD0F0
Black with #DBD0F0
Text Example
Text Example
White with #DBD0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD0F0; }
p { color: rgb(219,208,240); }
H1.HeaderClassName
{
color: #DBD0F0;
}
.AnyTagClassName
{
color: #DBD0F0;
}
</style>
background-color css
<style>
a { background-color: #DBD0F0; }
a { background-color: rgb(219,208,240); }
div.DivClassName
{
background-color: #DBD0F0;
}
.BgClassName
{
background-color: #DBD0F0;
}
</style>
border-color css
<style>
span { border-color: #DBD0F0; }
span { border-color: rgb(219,208,240); }
td.TdClassName
{
border-color: #DBD0F0;
}
.TagClassName
{
border-color: #DBD0F0;
}
</style>