Shades of Fog #DBD0F2
Tints of Fog #DBD0F2
RGB
CMYK
RGB Variations
Color information
#DBD0F2 (or 0xDBD0F2) is known color: Fog. HEX triplet: DB, D0 and F2. RGB value is (219,208,242). Sum of RGB (Red+Green+Blue) = 219+208+242=669 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.74% from 669); Green value is 208 (81.64% from 255 or 31.09% from 669); Blue value is 242 (94.92% from 255 or 36.17% from 669); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBD0F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD0F2 is #242F0D. Grayscale: #D7D7D7. Windows color (decimal): -2371342 or 15913179. OLE color: 15913179.
HSL color Cylindrical-coordinate representation of color #DBD0F2: hue angle of 259.41º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBD0F2 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 219 | 208 | 242 | - |
CMYK | 0.10 | 0.14 | 0 | 0.05 |
HSL | 259.41º | 0.57% | 0.88% | - |
HSV(B) | 259.41º | 0.14% | 0.95% | - |
XYZ | 67.8 | 66.58 | 93.28 | - |
YUV | 215.17 | 143.14 | 130.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 208 | 242 | 0.10 | 0.14 | 0 | 0.05 | 259.41 | 0.57 | 0.88 |
Hex | DB | D0 | F2 | A | E | 0 | 5 | 103 | 39 | 58 |
Octal | 333 | 320 | 362 | 12 | 16 | 0 | 5 | 403 | 71 | 130 |
Binary | 11011011 | 11010000 | 11110010 | 1010 | 1110 | 0 | 101 | 100000011 | 111001 | 1011000 |
Color Harmonies of #DBD0F2
Complementary color
Monochromatic Colors of #DBD0F2
Black with #DBD0F2
Text Example
Text Example
White with #DBD0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD0F2; }
p { color: rgb(219,208,242); }
H1.HeaderClassName
{
color: #DBD0F2;
}
.AnyTagClassName
{
color: #DBD0F2;
}
</style>
background-color css
<style>
a { background-color: #DBD0F2; }
a { background-color: rgb(219,208,242); }
div.DivClassName
{
background-color: #DBD0F2;
}
.BgClassName
{
background-color: #DBD0F2;
}
</style>
border-color css
<style>
span { border-color: #DBD0F2; }
span { border-color: rgb(219,208,242); }
td.TdClassName
{
border-color: #DBD0F2;
}
.TagClassName
{
border-color: #DBD0F2;
}
</style>