Shades of Fog #DBC7EA
Tints of Fog #DBC7EA
RGB
CMYK
RGB Variations
Color information
#DBC7EA (or 0xDBC7EA) is known color: Fog. HEX triplet: DB, C7 and EA. RGB value is (219,199,234). Sum of RGB (Red+Green+Blue) = 219+199+234=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 199 (78.12% from 255 or 30.52% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBC7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC7EA is #243815. Grayscale: #D0D0D0. Windows color (decimal): -2373654 or 15386587. OLE color: 15386587.
HSL color Cylindrical-coordinate representation of color #DBC7EA: hue angle of 274.29º degrees, saturation: 0.45, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBC7EA is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 199 | 234 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.08 |
| HSL | 274.29º | 0.45% | 0.85% | - |
| HSV(B) | 274.29º | 0.15% | 0.92% | - |
| XYZ | 64.49 | 61.85 | 86.38 | - |
| YUV | 208.97 | 142.13 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 199 | 234 | 0.06 | 0.15 | 0 | 0.08 | 274.29 | 0.45 | 0.85 |
| Hex | DB | C7 | EA | 6 | F | 0 | 8 | 112 | 2D | 55 |
| Octal | 333 | 307 | 352 | 6 | 17 | 0 | 10 | 422 | 55 | 125 |
| Binary | 11011011 | 11000111 | 11101010 | 110 | 1111 | 0 | 1000 | 100010010 | 101101 | 1010101 |
Color Harmonies of #DBC7EA
Complementary color
Monochromatic Colors of #DBC7EA
Black with #DBC7EA
Text Example
Text Example
White with #DBC7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC7EA; }
p { color: rgb(219,199,234); }
H1.HeaderClassName
{
color: #DBC7EA;
}
.AnyTagClassName
{
color: #DBC7EA;
}
</style>
background-color css
<style>
a { background-color: #DBC7EA; }
a { background-color: rgb(219,199,234); }
div.DivClassName
{
background-color: #DBC7EA;
}
.BgClassName
{
background-color: #DBC7EA;
}
</style>
border-color css
<style>
span { border-color: #DBC7EA; }
span { border-color: rgb(219,199,234); }
td.TdClassName
{
border-color: #DBC7EA;
}
.TagClassName
{
border-color: #DBC7EA;
}
</style>