Shades of Fog #DBCAEB
Tints of Fog #DBCAEB
RGB
CMYK
RGB Variations
Color information
#DBCAEB (or 0xDBCAEB) is known color: Fog. HEX triplet: DB, CA and EB. RGB value is (219,202,235). Sum of RGB (Red+Green+Blue) = 219+202+235=656 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.38% from 656); Green value is 202 (79.30% from 255 or 30.79% from 656); Blue value is 235 (92.19% from 255 or 35.82% from 656); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBCAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCAEB is #243514. Grayscale: #D2D2D2. Windows color (decimal): -2372885 or 15452891. OLE color: 15452891.
HSL color Cylindrical-coordinate representation of color #DBCAEB: hue angle of 270.91º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBCAEB is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 202 | 235 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.08 |
| HSL | 270.91º | 0.45% | 0.86% | - |
| HSV(B) | 270.91º | 0.14% | 0.92% | - |
| XYZ | 65.33 | 63.3 | 87.37 | - |
| YUV | 210.85 | 141.63 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 235 | 0.07 | 0.14 | 0 | 0.08 | 270.91 | 0.45 | 0.86 |
| Hex | DB | CA | EB | 7 | E | 0 | 8 | 10F | 2D | 56 |
| Octal | 333 | 312 | 353 | 7 | 16 | 0 | 10 | 417 | 55 | 126 |
| Binary | 11011011 | 11001010 | 11101011 | 111 | 1110 | 0 | 1000 | 100001111 | 101101 | 1010110 |
Color Harmonies of #DBCAEB
Complementary color
Monochromatic Colors of #DBCAEB
Black with #DBCAEB
Text Example
Text Example
White with #DBCAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCAEB; }
p { color: rgb(219,202,235); }
H1.HeaderClassName
{
color: #DBCAEB;
}
.AnyTagClassName
{
color: #DBCAEB;
}
</style>
background-color css
<style>
a { background-color: #DBCAEB; }
a { background-color: rgb(219,202,235); }
div.DivClassName
{
background-color: #DBCAEB;
}
.BgClassName
{
background-color: #DBCAEB;
}
</style>
border-color css
<style>
span { border-color: #DBCAEB; }
span { border-color: rgb(219,202,235); }
td.TdClassName
{
border-color: #DBCAEB;
}
.TagClassName
{
border-color: #DBCAEB;
}
</style>