Shades of Fog #DBBFF0
Tints of Fog #DBBFF0
RGB
CMYK
RGB Variations
Color information
#DBBFF0 (or 0xDBBFF0) is known color: Fog. HEX triplet: DB, BF and F0. RGB value is (219,191,240). Sum of RGB (Red+Green+Blue) = 219+191+240=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 191 (75% from 255 or 29.38% from 650); Blue value is 240 (94.14% from 255 or 36.92% from 650); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBBFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBFF0 is #24400F. Grayscale: #CCCCCC. Windows color (decimal): -2375696 or 15777755. OLE color: 15777755.
HSL color Cylindrical-coordinate representation of color #DBBFF0: hue angle of 274.29º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBBFF0 is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 191 | 240 | - |
| CMYK | 0.09 | 0.20 | 0 | 0.06 |
| HSL | 274.29º | 0.62% | 0.85% | - |
| HSV(B) | 274.29º | 0.2% | 0.94% | - |
| XYZ | 63.57 | 58.61 | 90.4 | - |
| YUV | 204.96 | 147.78 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 191 | 240 | 0.09 | 0.20 | 0 | 0.06 | 274.29 | 0.62 | 0.85 |
| Hex | DB | BF | F0 | 9 | 14 | 0 | 6 | 112 | 3E | 55 |
| Octal | 333 | 277 | 360 | 11 | 24 | 0 | 6 | 422 | 76 | 125 |
| Binary | 11011011 | 10111111 | 11110000 | 1001 | 10100 | 0 | 110 | 100010010 | 111110 | 1010101 |
Color Harmonies of #DBBFF0
Complementary color
Monochromatic Colors of #DBBFF0
Black with #DBBFF0
Text Example
Text Example
White with #DBBFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBFF0; }
p { color: rgb(219,191,240); }
H1.HeaderClassName
{
color: #DBBFF0;
}
.AnyTagClassName
{
color: #DBBFF0;
}
</style>
background-color css
<style>
a { background-color: #DBBFF0; }
a { background-color: rgb(219,191,240); }
div.DivClassName
{
background-color: #DBBFF0;
}
.BgClassName
{
background-color: #DBBFF0;
}
</style>
border-color css
<style>
span { border-color: #DBBFF0; }
span { border-color: rgb(219,191,240); }
td.TdClassName
{
border-color: #DBBFF0;
}
.TagClassName
{
border-color: #DBBFF0;
}
</style>