Shades of Fog #DBBCED
Tints of Fog #DBBCED
RGB
CMYK
RGB Variations
Color information
#DBBCED (or 0xDBBCED) is known color: Fog. HEX triplet: DB, BC and ED. RGB value is (219,188,237). Sum of RGB (Red+Green+Blue) = 219+188+237=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 188 (73.83% from 255 or 29.19% from 644); Blue value is 237 (92.97% from 255 or 36.80% from 644); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBBCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBCED is #244312. Grayscale: #CACACA. Windows color (decimal): -2376467 or 15580379. OLE color: 15580379.
HSL color Cylindrical-coordinate representation of color #DBBCED: hue angle of 277.96º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBBCED is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 188 | 237 | - |
CMYK | 0.08 | 0.21 | 0 | 0.07 |
HSL | 277.96º | 0.58% | 0.83% | - |
HSV(B) | 277.96º | 0.21% | 0.93% | - |
XYZ | 62.48 | 57.14 | 87.86 | - |
YUV | 202.86 | 147.27 | 139.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 188 | 237 | 0.08 | 0.21 | 0 | 0.07 | 277.96 | 0.58 | 0.83 |
Hex | DB | BC | ED | 8 | 15 | 0 | 7 | 116 | 3A | 53 |
Octal | 333 | 274 | 355 | 10 | 25 | 0 | 7 | 426 | 72 | 123 |
Binary | 11011011 | 10111100 | 11101101 | 1000 | 10101 | 0 | 111 | 100010110 | 111010 | 1010011 |
Color Harmonies of #DBBCED
Complementary color
Monochromatic Colors of #DBBCED
Black with #DBBCED
Text Example
Text Example
White with #DBBCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBCED; }
p { color: rgb(219,188,237); }
H1.HeaderClassName
{
color: #DBBCED;
}
.AnyTagClassName
{
color: #DBBCED;
}
</style>
background-color css
<style>
a { background-color: #DBBCED; }
a { background-color: rgb(219,188,237); }
div.DivClassName
{
background-color: #DBBCED;
}
.BgClassName
{
background-color: #DBBCED;
}
</style>
border-color css
<style>
span { border-color: #DBBCED; }
span { border-color: rgb(219,188,237); }
td.TdClassName
{
border-color: #DBBCED;
}
.TagClassName
{
border-color: #DBBCED;
}
</style>