Shades of Fog #DBBEEF
Tints of Fog #DBBEEF
RGB
CMYK
RGB Variations
Color information
#DBBEEF (or 0xDBBEEF) is known color: Fog. HEX triplet: DB, BE and EF. RGB value is (219,190,239). Sum of RGB (Red+Green+Blue) = 219+190+239=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 190 (74.61% from 255 or 29.32% from 648); Blue value is 239 (93.75% from 255 or 36.88% from 648); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBBEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBEEF is #244110. Grayscale: #CCCCCC. Windows color (decimal): -2375953 or 15711963. OLE color: 15711963.
HSL color Cylindrical-coordinate representation of color #DBBEEF: hue angle of 275.51º degrees, saturation: 0.6, 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 #DBBEEF is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 190 | 239 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.06 |
| HSL | 275.51º | 0.6% | 0.84% | - |
| HSV(B) | 275.51º | 0.21% | 0.94% | - |
| XYZ | 63.21 | 58.12 | 89.55 | - |
| YUV | 204.26 | 147.61 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 239 | 0.08 | 0.21 | 0 | 0.06 | 275.51 | 0.6 | 0.84 |
| Hex | DB | BE | EF | 8 | 15 | 0 | 6 | 114 | 3C | 54 |
| Octal | 333 | 276 | 357 | 10 | 25 | 0 | 6 | 424 | 74 | 124 |
| Binary | 11011011 | 10111110 | 11101111 | 1000 | 10101 | 0 | 110 | 100010100 | 111100 | 1010100 |
Color Harmonies of #DBBEEF
Complementary color
Monochromatic Colors of #DBBEEF
Black with #DBBEEF
Text Example
Text Example
White with #DBBEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBEEF; }
p { color: rgb(219,190,239); }
H1.HeaderClassName
{
color: #DBBEEF;
}
.AnyTagClassName
{
color: #DBBEEF;
}
</style>
background-color css
<style>
a { background-color: #DBBEEF; }
a { background-color: rgb(219,190,239); }
div.DivClassName
{
background-color: #DBBEEF;
}
.BgClassName
{
background-color: #DBBEEF;
}
</style>
border-color css
<style>
span { border-color: #DBBEEF; }
span { border-color: rgb(219,190,239); }
td.TdClassName
{
border-color: #DBBEEF;
}
.TagClassName
{
border-color: #DBBEEF;
}
</style>