Shades of Fog #DBCBEC
Tints of Fog #DBCBEC
RGB
CMYK
RGB Variations
Color information
#DBCBEC (or 0xDBCBEC) is known color: Fog. HEX triplet: DB, CB and EC. RGB value is (219,203,236). Sum of RGB (Red+Green+Blue) = 219+203+236=658 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.28% from 658); Green value is 203 (79.69% from 255 or 30.85% from 658); Blue value is 236 (92.58% from 255 or 35.87% from 658); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBCBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCBEC is #243413. Grayscale: #D3D3D3. Windows color (decimal): -2372628 or 15518683. OLE color: 15518683.
HSL color Cylindrical-coordinate representation of color #DBCBEC: hue angle of 269.09º degrees, saturation: 0.46, 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 #DBCBEC is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 203 | 236 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.07 |
| HSL | 269.09º | 0.46% | 0.86% | - |
| HSV(B) | 269.09º | 0.14% | 0.93% | - |
| XYZ | 65.71 | 63.83 | 88.21 | - |
| YUV | 211.55 | 141.8 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 236 | 0.07 | 0.14 | 0 | 0.07 | 269.09 | 0.46 | 0.86 |
| Hex | DB | CB | EC | 7 | E | 0 | 7 | 10D | 2E | 56 |
| Octal | 333 | 313 | 354 | 7 | 16 | 0 | 7 | 415 | 56 | 126 |
| Binary | 11011011 | 11001011 | 11101100 | 111 | 1110 | 0 | 111 | 100001101 | 101110 | 1010110 |
Color Harmonies of #DBCBEC
Complementary color
Monochromatic Colors of #DBCBEC
Black with #DBCBEC
Text Example
Text Example
White with #DBCBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCBEC; }
p { color: rgb(219,203,236); }
H1.HeaderClassName
{
color: #DBCBEC;
}
.AnyTagClassName
{
color: #DBCBEC;
}
</style>
background-color css
<style>
a { background-color: #DBCBEC; }
a { background-color: rgb(219,203,236); }
div.DivClassName
{
background-color: #DBCBEC;
}
.BgClassName
{
background-color: #DBCBEC;
}
</style>
border-color css
<style>
span { border-color: #DBCBEC; }
span { border-color: rgb(219,203,236); }
td.TdClassName
{
border-color: #DBCBEC;
}
.TagClassName
{
border-color: #DBCBEC;
}
</style>