Shades of Fog #DBD6E6
Tints of Fog #DBD6E6
RGB
CMYK
RGB Variations
Color information
#DBD6E6 (or 0xDBD6E6) is known color: Fog. HEX triplet: DB, D6 and E6. RGB value is (219,214,230). Sum of RGB (Red+Green+Blue) = 219+214+230=663 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.03% from 663); Green value is 214 (83.98% from 255 or 32.28% from 663); Blue value is 230 (90.23% from 255 or 34.69% from 663); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBD6E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD6E6 is #242919. Grayscale: #D9D9D9. Windows color (decimal): -2369818 or 15128283. OLE color: 15128283.
HSL color Cylindrical-coordinate representation of color #DBD6E6: hue angle of 258.75º degrees, saturation: 0.24, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBD6E6 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 219 | 214 | 230 | - |
CMYK | 0.05 | 0.07 | 0 | 0.10 |
HSL | 258.75º | 0.24% | 0.87% | - |
HSV(B) | 258.75º | 0.07% | 0.9% | - |
XYZ | 67.54 | 68.87 | 84.6 | - |
YUV | 217.32 | 135.16 | 129.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 214 | 230 | 0.05 | 0.07 | 0 | 0.10 | 258.75 | 0.24 | 0.87 |
Hex | DB | D6 | E6 | 5 | 7 | 0 | A | 103 | 18 | 57 |
Octal | 333 | 326 | 346 | 5 | 7 | 0 | 12 | 403 | 30 | 127 |
Binary | 11011011 | 11010110 | 11100110 | 101 | 111 | 0 | 1010 | 100000011 | 11000 | 1010111 |
Color Harmonies of #DBD6E6
Complementary color
Monochromatic Colors of #DBD6E6
Black with #DBD6E6
Text Example
Text Example
White with #DBD6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD6E6; }
p { color: rgb(219,214,230); }
H1.HeaderClassName
{
color: #DBD6E6;
}
.AnyTagClassName
{
color: #DBD6E6;
}
</style>
background-color css
<style>
a { background-color: #DBD6E6; }
a { background-color: rgb(219,214,230); }
div.DivClassName
{
background-color: #DBD6E6;
}
.BgClassName
{
background-color: #DBD6E6;
}
</style>
border-color css
<style>
span { border-color: #DBD6E6; }
span { border-color: rgb(219,214,230); }
td.TdClassName
{
border-color: #DBD6E6;
}
.TagClassName
{
border-color: #DBD6E6;
}
</style>