Shades of Fog #DBBCEA
Tints of Fog #DBBCEA
RGB
CMYK
RGB Variations
Color information
#DBBCEA (or 0xDBBCEA) is known color: Fog. HEX triplet: DB, BC and EA. RGB value is (219,188,234). Sum of RGB (Red+Green+Blue) = 219+188+234=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 188 (73.83% from 255 or 29.33% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBBCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBCEA is #244315. Grayscale: #CACACA. Windows color (decimal): -2376470 or 15383771. OLE color: 15383771.
HSL color Cylindrical-coordinate representation of color #DBBCEA: hue angle of 280.43º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBBCEA is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 188 | 234 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.08 |
| HSL | 280.43º | 0.52% | 0.83% | - |
| HSV(B) | 280.43º | 0.2% | 0.92% | - |
| XYZ | 62.05 | 56.97 | 85.57 | - |
| YUV | 202.51 | 145.77 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 234 | 0.06 | 0.20 | 0 | 0.08 | 280.43 | 0.52 | 0.83 |
| Hex | DB | BC | EA | 6 | 14 | 0 | 8 | 118 | 34 | 53 |
| Octal | 333 | 274 | 352 | 6 | 24 | 0 | 10 | 430 | 64 | 123 |
| Binary | 11011011 | 10111100 | 11101010 | 110 | 10100 | 0 | 1000 | 100011000 | 110100 | 1010011 |
Color Harmonies of #DBBCEA
Complementary color
Monochromatic Colors of #DBBCEA
Black with #DBBCEA
Text Example
Text Example
White with #DBBCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBCEA; }
p { color: rgb(219,188,234); }
H1.HeaderClassName
{
color: #DBBCEA;
}
.AnyTagClassName
{
color: #DBBCEA;
}
</style>
background-color css
<style>
a { background-color: #DBBCEA; }
a { background-color: rgb(219,188,234); }
div.DivClassName
{
background-color: #DBBCEA;
}
.BgClassName
{
background-color: #DBBCEA;
}
</style>
border-color css
<style>
span { border-color: #DBBCEA; }
span { border-color: rgb(219,188,234); }
td.TdClassName
{
border-color: #DBBCEA;
}
.TagClassName
{
border-color: #DBBCEA;
}
</style>