Shades of Fog #DBD0F3
Tints of Fog #DBD0F3
RGB
CMYK
RGB Variations
Color information
#DBD0F3 (or 0xDBD0F3) is known color: Fog. HEX triplet: DB, D0 and F3. RGB value is (219,208,243). Sum of RGB (Red+Green+Blue) = 219+208+243=670 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.69% from 670); Green value is 208 (81.64% from 255 or 31.04% from 670); Blue value is 243 (95.31% from 255 or 36.27% from 670); Max value from RGB is 243 - color contains mainly: blue. Hex color #DBD0F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD0F3 is #242F0C. Grayscale: #D7D7D7. Windows color (decimal): -2371341 or 15978715. OLE color: 15978715.
HSL color Cylindrical-coordinate representation of color #DBD0F3: hue angle of 258.86º degrees, saturation: 0.59, 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 #DBD0F3 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 208 | 243 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.05 |
| HSL | 258.86º | 0.59% | 0.88% | - |
| HSV(B) | 258.86º | 0.14% | 0.95% | - |
| XYZ | 67.95 | 66.64 | 94.08 | - |
| YUV | 215.28 | 143.64 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 208 | 243 | 0.10 | 0.14 | 0 | 0.05 | 258.86 | 0.59 | 0.88 |
| Hex | DB | D0 | F3 | A | E | 0 | 5 | 103 | 3B | 58 |
| Octal | 333 | 320 | 363 | 12 | 16 | 0 | 5 | 403 | 73 | 130 |
| Binary | 11011011 | 11010000 | 11110011 | 1010 | 1110 | 0 | 101 | 100000011 | 111011 | 1011000 |
Color Harmonies of #DBD0F3
Complementary color
Monochromatic Colors of #DBD0F3
Black with #DBD0F3
Text Example
Text Example
White with #DBD0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD0F3; }
p { color: rgb(219,208,243); }
H1.HeaderClassName
{
color: #DBD0F3;
}
.AnyTagClassName
{
color: #DBD0F3;
}
</style>
background-color css
<style>
a { background-color: #DBD0F3; }
a { background-color: rgb(219,208,243); }
div.DivClassName
{
background-color: #DBD0F3;
}
.BgClassName
{
background-color: #DBD0F3;
}
</style>
border-color css
<style>
span { border-color: #DBD0F3; }
span { border-color: rgb(219,208,243); }
td.TdClassName
{
border-color: #DBD0F3;
}
.TagClassName
{
border-color: #DBD0F3;
}
</style>