Shades of Fog #DBBFF1
Tints of Fog #DBBFF1
RGB
CMYK
RGB Variations
Color information
#DBBFF1 (or 0xDBBFF1) is known color: Fog. HEX triplet: DB, BF and F1. RGB value is (219,191,241). Sum of RGB (Red+Green+Blue) = 219+191+241=651 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.64% from 651); Green value is 191 (75% from 255 or 29.34% from 651); Blue value is 241 (94.53% from 255 or 37.02% from 651); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBBFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBFF1 is #24400E. Grayscale: #CCCCCC. Windows color (decimal): -2375695 or 15843291. OLE color: 15843291.
HSL color Cylindrical-coordinate representation of color #DBBFF1: hue angle of 273.6º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBBFF1 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 191 | 241 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.05 |
| HSL | 273.6º | 0.64% | 0.85% | - |
| HSV(B) | 273.6º | 0.21% | 0.95% | - |
| XYZ | 63.72 | 58.67 | 91.19 | - |
| YUV | 205.07 | 148.28 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 191 | 241 | 0.09 | 0.21 | 0 | 0.05 | 273.6 | 0.64 | 0.85 |
| Hex | DB | BF | F1 | 9 | 15 | 0 | 5 | 112 | 40 | 55 |
| Octal | 333 | 277 | 361 | 11 | 25 | 0 | 5 | 422 | 100 | 125 |
| Binary | 11011011 | 10111111 | 11110001 | 1001 | 10101 | 0 | 101 | 100010010 | 1000000 | 1010101 |
Color Harmonies of #DBBFF1
Complementary color
Monochromatic Colors of #DBBFF1
Black with #DBBFF1
Text Example
Text Example
White with #DBBFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBFF1; }
p { color: rgb(219,191,241); }
H1.HeaderClassName
{
color: #DBBFF1;
}
.AnyTagClassName
{
color: #DBBFF1;
}
</style>
background-color css
<style>
a { background-color: #DBBFF1; }
a { background-color: rgb(219,191,241); }
div.DivClassName
{
background-color: #DBBFF1;
}
.BgClassName
{
background-color: #DBBFF1;
}
</style>
border-color css
<style>
span { border-color: #DBBFF1; }
span { border-color: rgb(219,191,241); }
td.TdClassName
{
border-color: #DBBFF1;
}
.TagClassName
{
border-color: #DBBFF1;
}
</style>