Shades of Fog #DBBEEA
Tints of Fog #DBBEEA
RGB
CMYK
RGB Variations
Color information
#DBBEEA (or 0xDBBEEA) is known color: Fog. HEX triplet: DB, BE and EA. RGB value is (219,190,234). Sum of RGB (Red+Green+Blue) = 219+190+234=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 190 (74.61% from 255 or 29.55% from 643); Blue value is 234 (91.80% from 255 or 36.39% from 643); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBBEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBEEA is #244115. Grayscale: #CBCBCB. Windows color (decimal): -2375958 or 15384283. OLE color: 15384283.
HSL color Cylindrical-coordinate representation of color #DBBEEA: hue angle of 279.55º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBBEEA is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 190 | 234 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.08 |
| HSL | 279.55º | 0.51% | 0.83% | - |
| HSV(B) | 279.55º | 0.19% | 0.92% | - |
| XYZ | 62.48 | 57.83 | 85.71 | - |
| YUV | 203.69 | 145.11 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 234 | 0.06 | 0.19 | 0 | 0.08 | 279.55 | 0.51 | 0.83 |
| Hex | DB | BE | EA | 6 | 13 | 0 | 8 | 118 | 33 | 53 |
| Octal | 333 | 276 | 352 | 6 | 23 | 0 | 10 | 430 | 63 | 123 |
| Binary | 11011011 | 10111110 | 11101010 | 110 | 10011 | 0 | 1000 | 100011000 | 110011 | 1010011 |
Color Harmonies of #DBBEEA
Complementary color
Monochromatic Colors of #DBBEEA
Black with #DBBEEA
Text Example
Text Example
White with #DBBEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBEEA; }
p { color: rgb(219,190,234); }
H1.HeaderClassName
{
color: #DBBEEA;
}
.AnyTagClassName
{
color: #DBBEEA;
}
</style>
background-color css
<style>
a { background-color: #DBBEEA; }
a { background-color: rgb(219,190,234); }
div.DivClassName
{
background-color: #DBBEEA;
}
.BgClassName
{
background-color: #DBBEEA;
}
</style>
border-color css
<style>
span { border-color: #DBBEEA; }
span { border-color: rgb(219,190,234); }
td.TdClassName
{
border-color: #DBBEEA;
}
.TagClassName
{
border-color: #DBBEEA;
}
</style>