Shades of Fog #DBCFF1
Tints of Fog #DBCFF1
RGB
CMYK
RGB Variations
Color information
#DBCFF1 (or 0xDBCFF1) is known color: Fog. HEX triplet: DB, CF and F1. RGB value is (219,207,241). Sum of RGB (Red+Green+Blue) = 219+207+241=667 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.83% from 667); Green value is 207 (81.25% from 255 or 31.03% from 667); Blue value is 241 (94.53% from 255 or 36.13% from 667); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBCFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCFF1 is #24300E. Grayscale: #D6D6D6. Windows color (decimal): -2371599 or 15847387. OLE color: 15847387.
HSL color Cylindrical-coordinate representation of color #DBCFF1: hue angle of 261.18º degrees, saturation: 0.55, 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 #DBCFF1 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 207 | 241 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.05 |
| HSL | 261.18º | 0.55% | 0.88% | - |
| HSV(B) | 261.18º | 0.14% | 0.95% | - |
| XYZ | 67.4 | 66.04 | 92.41 | - |
| YUV | 214.46 | 142.98 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 241 | 0.09 | 0.14 | 0 | 0.05 | 261.18 | 0.55 | 0.88 |
| Hex | DB | CF | F1 | 9 | E | 0 | 5 | 105 | 37 | 58 |
| Octal | 333 | 317 | 361 | 11 | 16 | 0 | 5 | 405 | 67 | 130 |
| Binary | 11011011 | 11001111 | 11110001 | 1001 | 1110 | 0 | 101 | 100000101 | 110111 | 1011000 |
Color Harmonies of #DBCFF1
Complementary color
Monochromatic Colors of #DBCFF1
Black with #DBCFF1
Text Example
Text Example
White with #DBCFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCFF1; }
p { color: rgb(219,207,241); }
H1.HeaderClassName
{
color: #DBCFF1;
}
.AnyTagClassName
{
color: #DBCFF1;
}
</style>
background-color css
<style>
a { background-color: #DBCFF1; }
a { background-color: rgb(219,207,241); }
div.DivClassName
{
background-color: #DBCFF1;
}
.BgClassName
{
background-color: #DBCFF1;
}
</style>
border-color css
<style>
span { border-color: #DBCFF1; }
span { border-color: rgb(219,207,241); }
td.TdClassName
{
border-color: #DBCFF1;
}
.TagClassName
{
border-color: #DBCFF1;
}
</style>