Shades of Fog #DBD6EA
Tints of Fog #DBD6EA
RGB
CMYK
RGB Variations
Color information
#DBD6EA (or 0xDBD6EA) is known color: Fog. HEX triplet: DB, D6 and EA. RGB value is (219,214,234). Sum of RGB (Red+Green+Blue) = 219+214+234=667 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.83% from 667); Green value is 214 (83.98% from 255 or 32.08% from 667); Blue value is 234 (91.80% from 255 or 35.08% from 667); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBD6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD6EA is #242915. Grayscale: #D9D9D9. Windows color (decimal): -2369814 or 15390427. OLE color: 15390427.
HSL color Cylindrical-coordinate representation of color #DBD6EA: hue angle of 255º degrees, saturation: 0.32, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBD6EA is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 214 | 234 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.08 |
| HSL | 255º | 0.32% | 0.88% | - |
| HSV(B) | 255º | 0.09% | 0.92% | - |
| XYZ | 68.11 | 69.09 | 87.59 | - |
| YUV | 217.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 214 | 234 | 0.06 | 0.09 | 0 | 0.08 | 255 | 0.32 | 0.88 |
| Hex | DB | D6 | EA | 6 | 9 | 0 | 8 | FF | 20 | 58 |
| Octal | 333 | 326 | 352 | 6 | 11 | 0 | 10 | 377 | 40 | 130 |
| Binary | 11011011 | 11010110 | 11101010 | 110 | 1001 | 0 | 1000 | 11111111 | 100000 | 1011000 |
Color Harmonies of #DBD6EA
Complementary color
Monochromatic Colors of #DBD6EA
Black with #DBD6EA
Text Example
Text Example
White with #DBD6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD6EA; }
p { color: rgb(219,214,234); }
H1.HeaderClassName
{
color: #DBD6EA;
}
.AnyTagClassName
{
color: #DBD6EA;
}
</style>
background-color css
<style>
a { background-color: #DBD6EA; }
a { background-color: rgb(219,214,234); }
div.DivClassName
{
background-color: #DBD6EA;
}
.BgClassName
{
background-color: #DBD6EA;
}
</style>
border-color css
<style>
span { border-color: #DBD6EA; }
span { border-color: rgb(219,214,234); }
td.TdClassName
{
border-color: #DBD6EA;
}
.TagClassName
{
border-color: #DBD6EA;
}
</style>