Shades of Fog #DBD4EC
Tints of Fog #DBD4EC
RGB
CMYK
RGB Variations
Color information
#DBD4EC (or 0xDBD4EC) is known color: Fog. HEX triplet: DB, D4 and EC. RGB value is (219,212,236). Sum of RGB (Red+Green+Blue) = 219+212+236=667 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.83% from 667); Green value is 212 (83.20% from 255 or 31.78% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBD4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD4EC is #242B13. Grayscale: #D8D8D8. Windows color (decimal): -2370324 or 15520987. OLE color: 15520987.
HSL color Cylindrical-coordinate representation of color #DBD4EC: hue angle of 257.5º degrees, saturation: 0.39, 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 #DBD4EC is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 212 | 236 | - |
CMYK | 0.07 | 0.10 | 0 | 0.07 |
HSL | 257.5º | 0.39% | 0.88% | - |
HSV(B) | 257.5º | 0.1% | 0.93% | - |
XYZ | 67.9 | 68.2 | 88.94 | - |
YUV | 216.83 | 138.82 | 129.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 212 | 236 | 0.07 | 0.10 | 0 | 0.07 | 257.5 | 0.39 | 0.88 |
Hex | DB | D4 | EC | 7 | A | 0 | 7 | 102 | 27 | 58 |
Octal | 333 | 324 | 354 | 7 | 12 | 0 | 7 | 402 | 47 | 130 |
Binary | 11011011 | 11010100 | 11101100 | 111 | 1010 | 0 | 111 | 100000010 | 100111 | 1011000 |
Color Harmonies of #DBD4EC
Complementary color
Monochromatic Colors of #DBD4EC
Black with #DBD4EC
Text Example
Text Example
White with #DBD4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD4EC; }
p { color: rgb(219,212,236); }
H1.HeaderClassName
{
color: #DBD4EC;
}
.AnyTagClassName
{
color: #DBD4EC;
}
</style>
background-color css
<style>
a { background-color: #DBD4EC; }
a { background-color: rgb(219,212,236); }
div.DivClassName
{
background-color: #DBD4EC;
}
.BgClassName
{
background-color: #DBD4EC;
}
</style>
border-color css
<style>
span { border-color: #DBD4EC; }
span { border-color: rgb(219,212,236); }
td.TdClassName
{
border-color: #DBD4EC;
}
.TagClassName
{
border-color: #DBD4EC;
}
</style>