Shades of Fog #DBBFEE
Tints of Fog #DBBFEE
RGB
CMYK
RGB Variations
Color information
#DBBFEE (or 0xDBBFEE) is known color: Fog. HEX triplet: DB, BF and EE. RGB value is (219,191,238). Sum of RGB (Red+Green+Blue) = 219+191+238=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 191 (75% from 255 or 29.48% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBBFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBFEE is #244011. Grayscale: #CCCCCC. Windows color (decimal): -2375698 or 15646683. OLE color: 15646683.
HSL color Cylindrical-coordinate representation of color #DBBFEE: hue angle of 275.74º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBBFEE is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 191 | 238 | - |
CMYK | 0.08 | 0.20 | 0 | 0.07 |
HSL | 275.74º | 0.58% | 0.84% | - |
HSV(B) | 275.74º | 0.2% | 0.93% | - |
XYZ | 63.28 | 58.49 | 88.84 | - |
YUV | 204.73 | 146.78 | 138.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 191 | 238 | 0.08 | 0.20 | 0 | 0.07 | 275.74 | 0.58 | 0.84 |
Hex | DB | BF | EE | 8 | 14 | 0 | 7 | 114 | 3A | 54 |
Octal | 333 | 277 | 356 | 10 | 24 | 0 | 7 | 424 | 72 | 124 |
Binary | 11011011 | 10111111 | 11101110 | 1000 | 10100 | 0 | 111 | 100010100 | 111010 | 1010100 |
Color Harmonies of #DBBFEE
Complementary color
Monochromatic Colors of #DBBFEE
Black with #DBBFEE
Text Example
Text Example
White with #DBBFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBFEE; }
p { color: rgb(219,191,238); }
H1.HeaderClassName
{
color: #DBBFEE;
}
.AnyTagClassName
{
color: #DBBFEE;
}
</style>
background-color css
<style>
a { background-color: #DBBFEE; }
a { background-color: rgb(219,191,238); }
div.DivClassName
{
background-color: #DBBFEE;
}
.BgClassName
{
background-color: #DBBFEE;
}
</style>
border-color css
<style>
span { border-color: #DBBFEE; }
span { border-color: rgb(219,191,238); }
td.TdClassName
{
border-color: #DBBFEE;
}
.TagClassName
{
border-color: #DBBFEE;
}
</style>