Shades of Fog #DBD1EF
Tints of Fog #DBD1EF
RGB
CMYK
RGB Variations
Color information
#DBD1EF (or 0xDBD1EF) is known color: Fog. HEX triplet: DB, D1 and EF. RGB value is (219,209,239). Sum of RGB (Red+Green+Blue) = 219+209+239=667 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.83% from 667); Green value is 209 (82.03% from 255 or 31.33% from 667); Blue value is 239 (93.75% from 255 or 35.83% from 667); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBD1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD1EF is #242E10. Grayscale: #D7D7D7. Windows color (decimal): -2371089 or 15716827. OLE color: 15716827.
HSL color Cylindrical-coordinate representation of color #DBD1EF: hue angle of 260º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBD1EF is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 219 | 209 | 239 | - |
CMYK | 0.08 | 0.13 | 0 | 0.06 |
HSL | 260º | 0.48% | 0.88% | - |
HSV(B) | 260º | 0.13% | 0.94% | - |
XYZ | 67.59 | 66.89 | 91.01 | - |
YUV | 215.41 | 141.31 | 130.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 209 | 239 | 0.08 | 0.13 | 0 | 0.06 | 260 | 0.48 | 0.88 |
Hex | DB | D1 | EF | 8 | D | 0 | 6 | 104 | 30 | 58 |
Octal | 333 | 321 | 357 | 10 | 15 | 0 | 6 | 404 | 60 | 130 |
Binary | 11011011 | 11010001 | 11101111 | 1000 | 1101 | 0 | 110 | 100000100 | 110000 | 1011000 |
Color Harmonies of #DBD1EF
Complementary color
Monochromatic Colors of #DBD1EF
Black with #DBD1EF
Text Example
Text Example
White with #DBD1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD1EF; }
p { color: rgb(219,209,239); }
H1.HeaderClassName
{
color: #DBD1EF;
}
.AnyTagClassName
{
color: #DBD1EF;
}
</style>
background-color css
<style>
a { background-color: #DBD1EF; }
a { background-color: rgb(219,209,239); }
div.DivClassName
{
background-color: #DBD1EF;
}
.BgClassName
{
background-color: #DBD1EF;
}
</style>
border-color css
<style>
span { border-color: #DBD1EF; }
span { border-color: rgb(219,209,239); }
td.TdClassName
{
border-color: #DBD1EF;
}
.TagClassName
{
border-color: #DBD1EF;
}
</style>