Shades of Fog #DBBEED
Tints of Fog #DBBEED
RGB
CMYK
RGB Variations
Color information
#DBBEED (or 0xDBBEED) is known color: Fog. HEX triplet: DB, BE and ED. RGB value is (219,190,237). Sum of RGB (Red+Green+Blue) = 219+190+237=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 190 (74.61% from 255 or 29.41% from 646); Blue value is 237 (92.97% from 255 or 36.69% from 646); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBBEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBEED is #244112. Grayscale: #CBCBCB. Windows color (decimal): -2375955 or 15580891. OLE color: 15580891.
HSL color Cylindrical-coordinate representation of color #DBBEED: hue angle of 277.02º degrees, saturation: 0.57, 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 #DBBEED is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 190 | 237 | - |
CMYK | 0.08 | 0.20 | 0 | 0.07 |
HSL | 277.02º | 0.57% | 0.84% | - |
HSV(B) | 277.02º | 0.2% | 0.93% | - |
XYZ | 62.91 | 58 | 88 | - |
YUV | 204.03 | 146.61 | 138.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 190 | 237 | 0.08 | 0.20 | 0 | 0.07 | 277.02 | 0.57 | 0.84 |
Hex | DB | BE | ED | 8 | 14 | 0 | 7 | 115 | 39 | 54 |
Octal | 333 | 276 | 355 | 10 | 24 | 0 | 7 | 425 | 71 | 124 |
Binary | 11011011 | 10111110 | 11101101 | 1000 | 10100 | 0 | 111 | 100010101 | 111001 | 1010100 |
Color Harmonies of #DBBEED
Complementary color
Monochromatic Colors of #DBBEED
Black with #DBBEED
Text Example
Text Example
White with #DBBEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBEED; }
p { color: rgb(219,190,237); }
H1.HeaderClassName
{
color: #DBBEED;
}
.AnyTagClassName
{
color: #DBBEED;
}
</style>
background-color css
<style>
a { background-color: #DBBEED; }
a { background-color: rgb(219,190,237); }
div.DivClassName
{
background-color: #DBBEED;
}
.BgClassName
{
background-color: #DBBEED;
}
</style>
border-color css
<style>
span { border-color: #DBBEED; }
span { border-color: rgb(219,190,237); }
td.TdClassName
{
border-color: #DBBEED;
}
.TagClassName
{
border-color: #DBBEED;
}
</style>