Shades of Fog #DBCFF0
Tints of Fog #DBCFF0
RGB
CMYK
RGB Variations
Color information
#DBCFF0 (or 0xDBCFF0) is known color: Fog. HEX triplet: DB, CF and F0. RGB value is (219,207,240). Sum of RGB (Red+Green+Blue) = 219+207+240=666 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.88% from 666); Green value is 207 (81.25% from 255 or 31.08% from 666); Blue value is 240 (94.14% from 255 or 36.04% from 666); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBCFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCFF0 is #24300F. Grayscale: #D6D6D6. Windows color (decimal): -2371600 or 15781851. OLE color: 15781851.
HSL color Cylindrical-coordinate representation of color #DBCFF0: hue angle of 261.82º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBCFF0 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 207 | 240 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.06 |
| HSL | 261.82º | 0.52% | 0.88% | - |
| HSV(B) | 261.82º | 0.14% | 0.94% | - |
| XYZ | 67.25 | 65.98 | 91.63 | - |
| YUV | 214.35 | 142.48 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 240 | 0.09 | 0.14 | 0 | 0.06 | 261.82 | 0.52 | 0.88 |
| Hex | DB | CF | F0 | 9 | E | 0 | 6 | 106 | 34 | 58 |
| Octal | 333 | 317 | 360 | 11 | 16 | 0 | 6 | 406 | 64 | 130 |
| Binary | 11011011 | 11001111 | 11110000 | 1001 | 1110 | 0 | 110 | 100000110 | 110100 | 1011000 |
Color Harmonies of #DBCFF0
Complementary color
Monochromatic Colors of #DBCFF0
Black with #DBCFF0
Text Example
Text Example
White with #DBCFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCFF0; }
p { color: rgb(219,207,240); }
H1.HeaderClassName
{
color: #DBCFF0;
}
.AnyTagClassName
{
color: #DBCFF0;
}
</style>
background-color css
<style>
a { background-color: #DBCFF0; }
a { background-color: rgb(219,207,240); }
div.DivClassName
{
background-color: #DBCFF0;
}
.BgClassName
{
background-color: #DBCFF0;
}
</style>
border-color css
<style>
span { border-color: #DBCFF0; }
span { border-color: rgb(219,207,240); }
td.TdClassName
{
border-color: #DBCFF0;
}
.TagClassName
{
border-color: #DBCFF0;
}
</style>