Shades of Fog #DBD5ED
Tints of Fog #DBD5ED
RGB
CMYK
RGB Variations
Color information
#DBD5ED (or 0xDBD5ED) is known color: Fog. HEX triplet: DB, D5 and ED. RGB value is (219,213,237). Sum of RGB (Red+Green+Blue) = 219+213+237=669 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.74% from 669); Green value is 213 (83.59% from 255 or 31.84% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBD5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD5ED is #242A12. Grayscale: #D9D9D9. Windows color (decimal): -2370067 or 15586779. OLE color: 15586779.
HSL color Cylindrical-coordinate representation of color #DBD5ED: hue angle of 255º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBD5ED is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 213 | 237 | - |
CMYK | 0.08 | 0.10 | 0 | 0.07 |
HSL | 255º | 0.4% | 0.88% | - |
HSV(B) | 255º | 0.1% | 0.93% | - |
XYZ | 68.29 | 68.76 | 89.79 | - |
YUV | 217.53 | 138.99 | 129.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 213 | 237 | 0.08 | 0.10 | 0 | 0.07 | 255 | 0.4 | 0.88 |
Hex | DB | D5 | ED | 8 | A | 0 | 7 | FF | 28 | 58 |
Octal | 333 | 325 | 355 | 10 | 12 | 0 | 7 | 377 | 50 | 130 |
Binary | 11011011 | 11010101 | 11101101 | 1000 | 1010 | 0 | 111 | 11111111 | 101000 | 1011000 |
Color Harmonies of #DBD5ED
Complementary color
Monochromatic Colors of #DBD5ED
Black with #DBD5ED
Text Example
Text Example
White with #DBD5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD5ED; }
p { color: rgb(219,213,237); }
H1.HeaderClassName
{
color: #DBD5ED;
}
.AnyTagClassName
{
color: #DBD5ED;
}
</style>
background-color css
<style>
a { background-color: #DBD5ED; }
a { background-color: rgb(219,213,237); }
div.DivClassName
{
background-color: #DBD5ED;
}
.BgClassName
{
background-color: #DBD5ED;
}
</style>
border-color css
<style>
span { border-color: #DBD5ED; }
span { border-color: rgb(219,213,237); }
td.TdClassName
{
border-color: #DBD5ED;
}
.TagClassName
{
border-color: #DBD5ED;
}
</style>