Shades of Fog #DBD3F1
Tints of Fog #DBD3F1
RGB
CMYK
RGB Variations
Color information
#DBD3F1 (or 0xDBD3F1) is known color: Fog. HEX triplet: DB, D3 and F1. RGB value is (219,211,241). Sum of RGB (Red+Green+Blue) = 219+211+241=671 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.64% from 671); Green value is 211 (82.81% from 255 or 31.45% from 671); Blue value is 241 (94.53% from 255 or 35.92% from 671); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBD3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD3F1 is #242C0E. Grayscale: #D8D8D8. Windows color (decimal): -2370575 or 15848411. OLE color: 15848411.
HSL color Cylindrical-coordinate representation of color #DBD3F1: hue angle of 256º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBD3F1 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 211 | 241 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.05 |
| HSL | 256º | 0.52% | 0.89% | - |
| HSV(B) | 256º | 0.12% | 0.95% | - |
| XYZ | 68.38 | 68 | 92.74 | - |
| YUV | 216.81 | 141.65 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 241 | 0.09 | 0.12 | 0 | 0.05 | 256 | 0.52 | 0.89 |
| Hex | DB | D3 | F1 | 9 | C | 0 | 5 | 100 | 34 | 59 |
| Octal | 333 | 323 | 361 | 11 | 14 | 0 | 5 | 400 | 64 | 131 |
| Binary | 11011011 | 11010011 | 11110001 | 1001 | 1100 | 0 | 101 | 100000000 | 110100 | 1011001 |
Color Harmonies of #DBD3F1
Complementary color
Monochromatic Colors of #DBD3F1
Black with #DBD3F1
Text Example
Text Example
White with #DBD3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD3F1; }
p { color: rgb(219,211,241); }
H1.HeaderClassName
{
color: #DBD3F1;
}
.AnyTagClassName
{
color: #DBD3F1;
}
</style>
background-color css
<style>
a { background-color: #DBD3F1; }
a { background-color: rgb(219,211,241); }
div.DivClassName
{
background-color: #DBD3F1;
}
.BgClassName
{
background-color: #DBD3F1;
}
</style>
border-color css
<style>
span { border-color: #DBD3F1; }
span { border-color: rgb(219,211,241); }
td.TdClassName
{
border-color: #DBD3F1;
}
.TagClassName
{
border-color: #DBD3F1;
}
</style>