Shades of Fog #DBD1EC
Tints of Fog #DBD1EC
RGB
CMYK
RGB Variations
Color information
#DBD1EC (or 0xDBD1EC) is known color: Fog. HEX triplet: DB, D1 and EC. RGB value is (219,209,236). Sum of RGB (Red+Green+Blue) = 219+209+236=664 (87% of max value = 765). Red value is 219 (85.94% from 255 or 32.98% from 664); Green value is 209 (82.03% from 255 or 31.48% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBD1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD1EC is #242E13. Grayscale: #D6D6D6. Windows color (decimal): -2371092 or 15520219. OLE color: 15520219.
HSL color Cylindrical-coordinate representation of color #DBD1EC: hue angle of 262.22º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBD1EC is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 209 | 236 | - |
CMYK | 0.07 | 0.11 | 0 | 0.07 |
HSL | 262.22º | 0.42% | 0.87% | - |
HSV(B) | 262.22º | 0.11% | 0.93% | - |
XYZ | 67.15 | 66.72 | 88.7 | - |
YUV | 215.07 | 139.81 | 130.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 209 | 236 | 0.07 | 0.11 | 0 | 0.07 | 262.22 | 0.42 | 0.87 |
Hex | DB | D1 | EC | 7 | B | 0 | 7 | 106 | 2A | 57 |
Octal | 333 | 321 | 354 | 7 | 13 | 0 | 7 | 406 | 52 | 127 |
Binary | 11011011 | 11010001 | 11101100 | 111 | 1011 | 0 | 111 | 100000110 | 101010 | 1010111 |
Color Harmonies of #DBD1EC
Complementary color
Monochromatic Colors of #DBD1EC
Black with #DBD1EC
Text Example
Text Example
White with #DBD1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD1EC; }
p { color: rgb(219,209,236); }
H1.HeaderClassName
{
color: #DBD1EC;
}
.AnyTagClassName
{
color: #DBD1EC;
}
</style>
background-color css
<style>
a { background-color: #DBD1EC; }
a { background-color: rgb(219,209,236); }
div.DivClassName
{
background-color: #DBD1EC;
}
.BgClassName
{
background-color: #DBD1EC;
}
</style>
border-color css
<style>
span { border-color: #DBD1EC; }
span { border-color: rgb(219,209,236); }
td.TdClassName
{
border-color: #DBD1EC;
}
.TagClassName
{
border-color: #DBD1EC;
}
</style>