Shades of Fog #DBBFF5
Tints of Fog #DBBFF5
RGB
CMYK
RGB Variations
Color information
#DBBFF5 (or 0xDBBFF5) is known color: Fog. HEX triplet: DB, BF and F5. RGB value is (219,191,245). Sum of RGB (Red+Green+Blue) = 219+191+245=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 191 (75% from 255 or 29.16% from 655); Blue value is 245 (96.09% from 255 or 37.40% from 655); Max value from RGB is 245 - color contains mainly: blue. Hex color #DBBFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBFF5 is #24400A. Grayscale: #CDCDCD. Windows color (decimal): -2375691 or 16105435. OLE color: 16105435.
HSL color Cylindrical-coordinate representation of color #DBBFF5: hue angle of 271.11º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBBFF5 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 191 | 245 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.04 |
| HSL | 271.11º | 0.73% | 0.85% | - |
| HSV(B) | 271.11º | 0.22% | 0.96% | - |
| XYZ | 64.33 | 58.91 | 94.37 | - |
| YUV | 205.53 | 150.28 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 191 | 245 | 0.11 | 0.22 | 0 | 0.04 | 271.11 | 0.73 | 0.85 |
| Hex | DB | BF | F5 | B | 16 | 0 | 4 | 10F | 49 | 55 |
| Octal | 333 | 277 | 365 | 13 | 26 | 0 | 4 | 417 | 111 | 125 |
| Binary | 11011011 | 10111111 | 11110101 | 1011 | 10110 | 0 | 100 | 100001111 | 1001001 | 1010101 |
Color Harmonies of #DBBFF5
Complementary color
Monochromatic Colors of #DBBFF5
Black with #DBBFF5
Text Example
Text Example
White with #DBBFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBFF5; }
p { color: rgb(219,191,245); }
H1.HeaderClassName
{
color: #DBBFF5;
}
.AnyTagClassName
{
color: #DBBFF5;
}
</style>
background-color css
<style>
a { background-color: #DBBFF5; }
a { background-color: rgb(219,191,245); }
div.DivClassName
{
background-color: #DBBFF5;
}
.BgClassName
{
background-color: #DBBFF5;
}
</style>
border-color css
<style>
span { border-color: #DBBFF5; }
span { border-color: rgb(219,191,245); }
td.TdClassName
{
border-color: #DBBFF5;
}
.TagClassName
{
border-color: #DBBFF5;
}
</style>