Shades of Fog #DBCCE8
Tints of Fog #DBCCE8
RGB
CMYK
RGB Variations
Color information
#DBCCE8 (or 0xDBCCE8) is known color: Fog. HEX triplet: DB, CC and E8. RGB value is (219,204,232). Sum of RGB (Red+Green+Blue) = 219+204+232=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 204 (80.08% from 255 or 31.15% from 655); Blue value is 232 (91.02% from 255 or 35.42% from 655); Max value from RGB is 232 - color contains mainly: blue. Hex color #DBCCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCCE8 is #243317. Grayscale: #D3D3D3. Windows color (decimal): -2372376 or 15256795. OLE color: 15256795.
HSL color Cylindrical-coordinate representation of color #DBCCE8: hue angle of 272.14º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBCCE8 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 204 | 232 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.09 |
| HSL | 272.14º | 0.38% | 0.85% | - |
| HSV(B) | 272.14º | 0.12% | 0.91% | - |
| XYZ | 65.37 | 64.07 | 85.27 | - |
| YUV | 211.68 | 139.47 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 232 | 0.06 | 0.12 | 0 | 0.09 | 272.14 | 0.38 | 0.85 |
| Hex | DB | CC | E8 | 6 | C | 0 | 9 | 110 | 26 | 55 |
| Octal | 333 | 314 | 350 | 6 | 14 | 0 | 11 | 420 | 46 | 125 |
| Binary | 11011011 | 11001100 | 11101000 | 110 | 1100 | 0 | 1001 | 100010000 | 100110 | 1010101 |
Color Harmonies of #DBCCE8
Complementary color
Monochromatic Colors of #DBCCE8
Black with #DBCCE8
Text Example
Text Example
White with #DBCCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCCE8; }
p { color: rgb(219,204,232); }
H1.HeaderClassName
{
color: #DBCCE8;
}
.AnyTagClassName
{
color: #DBCCE8;
}
</style>
background-color css
<style>
a { background-color: #DBCCE8; }
a { background-color: rgb(219,204,232); }
div.DivClassName
{
background-color: #DBCCE8;
}
.BgClassName
{
background-color: #DBCCE8;
}
</style>
border-color css
<style>
span { border-color: #DBCCE8; }
span { border-color: rgb(219,204,232); }
td.TdClassName
{
border-color: #DBCCE8;
}
.TagClassName
{
border-color: #DBCCE8;
}
</style>