Shades of Fog #DBCAEC
Tints of Fog #DBCAEC
RGB
CMYK
RGB Variations
Color information
#DBCAEC (or 0xDBCAEC) is known color: Fog. HEX triplet: DB, CA and EC. RGB value is (219,202,236). Sum of RGB (Red+Green+Blue) = 219+202+236=657 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.33% from 657); Green value is 202 (79.30% from 255 or 30.75% from 657); Blue value is 236 (92.58% from 255 or 35.92% from 657); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBCAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCAEC is #243513. Grayscale: #D2D2D2. Windows color (decimal): -2372884 or 15518427. OLE color: 15518427.
HSL color Cylindrical-coordinate representation of color #DBCAEC: hue angle of 270º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBCAEC is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 202 | 236 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.07 |
| HSL | 270º | 0.47% | 0.86% | - |
| HSV(B) | 270º | 0.14% | 0.93% | - |
| XYZ | 65.47 | 63.36 | 88.14 | - |
| YUV | 210.96 | 142.13 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 236 | 0.07 | 0.14 | 0 | 0.07 | 270 | 0.47 | 0.86 |
| Hex | DB | CA | EC | 7 | E | 0 | 7 | 10E | 2F | 56 |
| Octal | 333 | 312 | 354 | 7 | 16 | 0 | 7 | 416 | 57 | 126 |
| Binary | 11011011 | 11001010 | 11101100 | 111 | 1110 | 0 | 111 | 100001110 | 101111 | 1010110 |
Color Harmonies of #DBCAEC
Complementary color
Monochromatic Colors of #DBCAEC
Black with #DBCAEC
Text Example
Text Example
White with #DBCAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCAEC; }
p { color: rgb(219,202,236); }
H1.HeaderClassName
{
color: #DBCAEC;
}
.AnyTagClassName
{
color: #DBCAEC;
}
</style>
background-color css
<style>
a { background-color: #DBCAEC; }
a { background-color: rgb(219,202,236); }
div.DivClassName
{
background-color: #DBCAEC;
}
.BgClassName
{
background-color: #DBCAEC;
}
</style>
border-color css
<style>
span { border-color: #DBCAEC; }
span { border-color: rgb(219,202,236); }
td.TdClassName
{
border-color: #DBCAEC;
}
.TagClassName
{
border-color: #DBCAEC;
}
</style>