Shades of Fog #DBBDF0
Tints of Fog #DBBDF0
RGB
CMYK
RGB Variations
Color information
#DBBDF0 (or 0xDBBDF0) is known color: Fog. HEX triplet: DB, BD and F0. RGB value is (219,189,240). Sum of RGB (Red+Green+Blue) = 219+189+240=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 189 (74.22% from 255 or 29.17% from 648); Blue value is 240 (94.14% from 255 or 37.04% from 648); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBBDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBDF0 is #24420F. Grayscale: #CBCBCB. Windows color (decimal): -2376208 or 15777243. OLE color: 15777243.
HSL color Cylindrical-coordinate representation of color #DBBDF0: hue angle of 275.29º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBBDF0 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 189 | 240 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.06 |
| HSL | 275.29º | 0.63% | 0.84% | - |
| HSV(B) | 275.29º | 0.21% | 0.94% | - |
| XYZ | 63.14 | 57.75 | 90.26 | - |
| YUV | 203.78 | 148.44 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 240 | 0.09 | 0.21 | 0 | 0.06 | 275.29 | 0.63 | 0.84 |
| Hex | DB | BD | F0 | 9 | 15 | 0 | 6 | 113 | 3F | 54 |
| Octal | 333 | 275 | 360 | 11 | 25 | 0 | 6 | 423 | 77 | 124 |
| Binary | 11011011 | 10111101 | 11110000 | 1001 | 10101 | 0 | 110 | 100010011 | 111111 | 1010100 |
Color Harmonies of #DBBDF0
Complementary color
Monochromatic Colors of #DBBDF0
Black with #DBBDF0
Text Example
Text Example
White with #DBBDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBDF0; }
p { color: rgb(219,189,240); }
H1.HeaderClassName
{
color: #DBBDF0;
}
.AnyTagClassName
{
color: #DBBDF0;
}
</style>
background-color css
<style>
a { background-color: #DBBDF0; }
a { background-color: rgb(219,189,240); }
div.DivClassName
{
background-color: #DBBDF0;
}
.BgClassName
{
background-color: #DBBDF0;
}
</style>
border-color css
<style>
span { border-color: #DBBDF0; }
span { border-color: rgb(219,189,240); }
td.TdClassName
{
border-color: #DBBDF0;
}
.TagClassName
{
border-color: #DBBDF0;
}
</style>