Shades of Fog #DBCEF2
Tints of Fog #DBCEF2
RGB
CMYK
RGB Variations
Color information
#DBCEF2 (or 0xDBCEF2) is known color: Fog. HEX triplet: DB, CE and F2. RGB value is (219,206,242). Sum of RGB (Red+Green+Blue) = 219+206+242=667 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.83% from 667); Green value is 206 (80.86% from 255 or 30.88% from 667); Blue value is 242 (94.92% from 255 or 36.28% from 667); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBCEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCEF2 is #24310D. Grayscale: #D5D5D5. Windows color (decimal): -2371854 or 15912667. OLE color: 15912667.
HSL color Cylindrical-coordinate representation of color #DBCEF2: hue angle of 261.67º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBCEF2 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 206 | 242 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.05 |
| HSL | 261.67º | 0.58% | 0.88% | - |
| HSV(B) | 261.67º | 0.15% | 0.95% | - |
| XYZ | 67.31 | 65.61 | 93.12 | - |
| YUV | 213.99 | 143.81 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 242 | 0.10 | 0.15 | 0 | 0.05 | 261.67 | 0.58 | 0.88 |
| Hex | DB | CE | F2 | A | F | 0 | 5 | 106 | 3A | 58 |
| Octal | 333 | 316 | 362 | 12 | 17 | 0 | 5 | 406 | 72 | 130 |
| Binary | 11011011 | 11001110 | 11110010 | 1010 | 1111 | 0 | 101 | 100000110 | 111010 | 1011000 |
Color Harmonies of #DBCEF2
Complementary color
Monochromatic Colors of #DBCEF2
Black with #DBCEF2
Text Example
Text Example
White with #DBCEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCEF2; }
p { color: rgb(219,206,242); }
H1.HeaderClassName
{
color: #DBCEF2;
}
.AnyTagClassName
{
color: #DBCEF2;
}
</style>
background-color css
<style>
a { background-color: #DBCEF2; }
a { background-color: rgb(219,206,242); }
div.DivClassName
{
background-color: #DBCEF2;
}
.BgClassName
{
background-color: #DBCEF2;
}
</style>
border-color css
<style>
span { border-color: #DBCEF2; }
span { border-color: rgb(219,206,242); }
td.TdClassName
{
border-color: #DBCEF2;
}
.TagClassName
{
border-color: #DBCEF2;
}
</style>