Shades of Fog #DBD3ED
Tints of Fog #DBD3ED
RGB
CMYK
RGB Variations
Color information
#DBD3ED (or 0xDBD3ED) is known color: Fog. HEX triplet: DB, D3 and ED. RGB value is (219,211,237). Sum of RGB (Red+Green+Blue) = 219+211+237=667 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.83% from 667); Green value is 211 (82.81% from 255 or 31.63% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBD3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD3ED is #242C12. Grayscale: #D8D8D8. Windows color (decimal): -2370579 or 15586267. OLE color: 15586267.
HSL color Cylindrical-coordinate representation of color #DBD3ED: hue angle of 258.46º degrees, saturation: 0.42, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBD3ED is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 211 | 237 | - |
CMYK | 0.08 | 0.11 | 0 | 0.07 |
HSL | 258.46º | 0.42% | 0.88% | - |
HSV(B) | 258.46º | 0.11% | 0.93% | - |
XYZ | 67.79 | 67.76 | 89.63 | - |
YUV | 216.36 | 139.65 | 129.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 211 | 237 | 0.08 | 0.11 | 0 | 0.07 | 258.46 | 0.42 | 0.88 |
Hex | DB | D3 | ED | 8 | B | 0 | 7 | 102 | 2A | 58 |
Octal | 333 | 323 | 355 | 10 | 13 | 0 | 7 | 402 | 52 | 130 |
Binary | 11011011 | 11010011 | 11101101 | 1000 | 1011 | 0 | 111 | 100000010 | 101010 | 1011000 |
Color Harmonies of #DBD3ED
Complementary color
Monochromatic Colors of #DBD3ED
Black with #DBD3ED
Text Example
Text Example
White with #DBD3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD3ED; }
p { color: rgb(219,211,237); }
H1.HeaderClassName
{
color: #DBD3ED;
}
.AnyTagClassName
{
color: #DBD3ED;
}
</style>
background-color css
<style>
a { background-color: #DBD3ED; }
a { background-color: rgb(219,211,237); }
div.DivClassName
{
background-color: #DBD3ED;
}
.BgClassName
{
background-color: #DBD3ED;
}
</style>
border-color css
<style>
span { border-color: #DBD3ED; }
span { border-color: rgb(219,211,237); }
td.TdClassName
{
border-color: #DBD3ED;
}
.TagClassName
{
border-color: #DBD3ED;
}
</style>