Shades of Fog #DBCEEE
Tints of Fog #DBCEEE
RGB
CMYK
RGB Variations
Color information
#DBCEEE (or 0xDBCEEE) is known color: Fog. HEX triplet: DB, CE and EE. RGB value is (219,206,238). Sum of RGB (Red+Green+Blue) = 219+206+238=663 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.03% from 663); Green value is 206 (80.86% from 255 or 31.07% from 663); Blue value is 238 (93.36% from 255 or 35.90% from 663); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBCEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCEEE is #243111. Grayscale: #D5D5D5. Windows color (decimal): -2371858 or 15650523. OLE color: 15650523.
HSL color Cylindrical-coordinate representation of color #DBCEEE: hue angle of 264.38º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBCEEE is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 206 | 238 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.07 |
| HSL | 264.38º | 0.48% | 0.87% | - |
| HSV(B) | 264.38º | 0.13% | 0.93% | - |
| XYZ | 66.72 | 65.38 | 89.99 | - |
| YUV | 213.54 | 141.81 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 238 | 0.08 | 0.13 | 0 | 0.07 | 264.38 | 0.48 | 0.87 |
| Hex | DB | CE | EE | 8 | D | 0 | 7 | 108 | 30 | 57 |
| Octal | 333 | 316 | 356 | 10 | 15 | 0 | 7 | 410 | 60 | 127 |
| Binary | 11011011 | 11001110 | 11101110 | 1000 | 1101 | 0 | 111 | 100001000 | 110000 | 1010111 |
Color Harmonies of #DBCEEE
Complementary color
Monochromatic Colors of #DBCEEE
Black with #DBCEEE
Text Example
Text Example
White with #DBCEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCEEE; }
p { color: rgb(219,206,238); }
H1.HeaderClassName
{
color: #DBCEEE;
}
.AnyTagClassName
{
color: #DBCEEE;
}
</style>
background-color css
<style>
a { background-color: #DBCEEE; }
a { background-color: rgb(219,206,238); }
div.DivClassName
{
background-color: #DBCEEE;
}
.BgClassName
{
background-color: #DBCEEE;
}
</style>
border-color css
<style>
span { border-color: #DBCEEE; }
span { border-color: rgb(219,206,238); }
td.TdClassName
{
border-color: #DBCEEE;
}
.TagClassName
{
border-color: #DBCEEE;
}
</style>