Shades of Fog #DBCEEF
Tints of Fog #DBCEEF
RGB
CMYK
RGB Variations
Color information
#DBCEEF (or 0xDBCEEF) is known color: Fog. HEX triplet: DB, CE and EF. RGB value is (219,206,239). Sum of RGB (Red+Green+Blue) = 219+206+239=664 (87% of max value = 765). Red value is 219 (85.94% from 255 or 32.98% from 664); Green value is 206 (80.86% from 255 or 31.02% from 664); Blue value is 239 (93.75% from 255 or 35.99% from 664); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBCEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCEEF is #243110. Grayscale: #D5D5D5. Windows color (decimal): -2371857 or 15716059. OLE color: 15716059.
HSL color Cylindrical-coordinate representation of color #DBCEEF: hue angle of 263.64º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBCEEF is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 206 | 239 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.06 |
| HSL | 263.64º | 0.51% | 0.87% | - |
| HSV(B) | 263.64º | 0.14% | 0.94% | - |
| XYZ | 66.86 | 65.43 | 90.77 | - |
| YUV | 213.65 | 142.31 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 239 | 0.08 | 0.14 | 0 | 0.06 | 263.64 | 0.51 | 0.87 |
| Hex | DB | CE | EF | 8 | E | 0 | 6 | 108 | 33 | 57 |
| Octal | 333 | 316 | 357 | 10 | 16 | 0 | 6 | 410 | 63 | 127 |
| Binary | 11011011 | 11001110 | 11101111 | 1000 | 1110 | 0 | 110 | 100001000 | 110011 | 1010111 |
Color Harmonies of #DBCEEF
Complementary color
Monochromatic Colors of #DBCEEF
Black with #DBCEEF
Text Example
Text Example
White with #DBCEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCEEF; }
p { color: rgb(219,206,239); }
H1.HeaderClassName
{
color: #DBCEEF;
}
.AnyTagClassName
{
color: #DBCEEF;
}
</style>
background-color css
<style>
a { background-color: #DBCEEF; }
a { background-color: rgb(219,206,239); }
div.DivClassName
{
background-color: #DBCEEF;
}
.BgClassName
{
background-color: #DBCEEF;
}
</style>
border-color css
<style>
span { border-color: #DBCEEF; }
span { border-color: rgb(219,206,239); }
td.TdClassName
{
border-color: #DBCEEF;
}
.TagClassName
{
border-color: #DBCEEF;
}
</style>