Shades of Fog #DBD2F3
Tints of Fog #DBD2F3
RGB
CMYK
RGB Variations
Color information
#DBD2F3 (or 0xDBD2F3) is known color: Fog. HEX triplet: DB, D2 and F3. RGB value is (219,210,243). Sum of RGB (Red+Green+Blue) = 219+210+243=672 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.59% from 672); Green value is 210 (82.42% from 255 or 31.25% from 672); Blue value is 243 (95.31% from 255 or 36.16% from 672); Max value from RGB is 243 - color contains mainly: blue. Hex color #DBD2F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD2F3 is #242D0C. Grayscale: #D8D8D8. Windows color (decimal): -2370829 or 15979227. OLE color: 15979227.
HSL color Cylindrical-coordinate representation of color #DBD2F3: hue angle of 256.36º degrees, saturation: 0.58, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBD2F3 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 210 | 243 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.05 |
| HSL | 256.36º | 0.58% | 0.89% | - |
| HSV(B) | 256.36º | 0.14% | 0.95% | - |
| XYZ | 68.44 | 67.62 | 94.24 | - |
| YUV | 216.45 | 142.98 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 243 | 0.10 | 0.14 | 0 | 0.05 | 256.36 | 0.58 | 0.89 |
| Hex | DB | D2 | F3 | A | E | 0 | 5 | 100 | 3A | 59 |
| Octal | 333 | 322 | 363 | 12 | 16 | 0 | 5 | 400 | 72 | 131 |
| Binary | 11011011 | 11010010 | 11110011 | 1010 | 1110 | 0 | 101 | 100000000 | 111010 | 1011001 |
Color Harmonies of #DBD2F3
Complementary color
Monochromatic Colors of #DBD2F3
Black with #DBD2F3
Text Example
Text Example
White with #DBD2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD2F3; }
p { color: rgb(219,210,243); }
H1.HeaderClassName
{
color: #DBD2F3;
}
.AnyTagClassName
{
color: #DBD2F3;
}
</style>
background-color css
<style>
a { background-color: #DBD2F3; }
a { background-color: rgb(219,210,243); }
div.DivClassName
{
background-color: #DBD2F3;
}
.BgClassName
{
background-color: #DBD2F3;
}
</style>
border-color css
<style>
span { border-color: #DBD2F3; }
span { border-color: rgb(219,210,243); }
td.TdClassName
{
border-color: #DBD2F3;
}
.TagClassName
{
border-color: #DBD2F3;
}
</style>