Shades of Fog #DBCCEB
Tints of Fog #DBCCEB
RGB
CMYK
RGB Variations
Color information
#DBCCEB (or 0xDBCCEB) is known color: Fog. HEX triplet: DB, CC and EB. RGB value is (219,204,235). Sum of RGB (Red+Green+Blue) = 219+204+235=658 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.28% from 658); Green value is 204 (80.08% from 255 or 31.00% from 658); Blue value is 235 (92.19% from 255 or 35.71% from 658); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBCCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCCEB is #243314. Grayscale: #D3D3D3. Windows color (decimal): -2372373 or 15453403. OLE color: 15453403.
HSL color Cylindrical-coordinate representation of color #DBCCEB: hue angle of 269.03º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBCCEB is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 204 | 235 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.08 |
| HSL | 269.03º | 0.44% | 0.86% | - |
| HSV(B) | 269.03º | 0.13% | 0.92% | - |
| XYZ | 65.8 | 64.24 | 87.53 | - |
| YUV | 212.02 | 140.97 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 235 | 0.07 | 0.13 | 0 | 0.08 | 269.03 | 0.44 | 0.86 |
| Hex | DB | CC | EB | 7 | D | 0 | 8 | 10D | 2C | 56 |
| Octal | 333 | 314 | 353 | 7 | 15 | 0 | 10 | 415 | 54 | 126 |
| Binary | 11011011 | 11001100 | 11101011 | 111 | 1101 | 0 | 1000 | 100001101 | 101100 | 1010110 |
Color Harmonies of #DBCCEB
Complementary color
Monochromatic Colors of #DBCCEB
Black with #DBCCEB
Text Example
Text Example
White with #DBCCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCCEB; }
p { color: rgb(219,204,235); }
H1.HeaderClassName
{
color: #DBCCEB;
}
.AnyTagClassName
{
color: #DBCCEB;
}
</style>
background-color css
<style>
a { background-color: #DBCCEB; }
a { background-color: rgb(219,204,235); }
div.DivClassName
{
background-color: #DBCCEB;
}
.BgClassName
{
background-color: #DBCCEB;
}
</style>
border-color css
<style>
span { border-color: #DBCCEB; }
span { border-color: rgb(219,204,235); }
td.TdClassName
{
border-color: #DBCCEB;
}
.TagClassName
{
border-color: #DBCCEB;
}
</style>