Shades of Fog #DBCCEC
Tints of Fog #DBCCEC
RGB
CMYK
RGB Variations
Color information
#DBCCEC (or 0xDBCCEC) is known color: Fog. HEX triplet: DB, CC and EC. RGB value is (219,204,236). Sum of RGB (Red+Green+Blue) = 219+204+236=659 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.23% from 659); Green value is 204 (80.08% from 255 or 30.96% from 659); Blue value is 236 (92.58% from 255 or 35.81% from 659); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBCCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCCEC is #243313. Grayscale: #D4D4D4. Windows color (decimal): -2372372 or 15518939. OLE color: 15518939.
HSL color Cylindrical-coordinate representation of color #DBCCEC: hue angle of 268.12º 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 #DBCCEC is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 204 | 236 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.07 |
| HSL | 268.13º | 0.46% | 0.86% | - |
| HSV(B) | 268.13º | 0.14% | 0.93% | - |
| XYZ | 65.95 | 64.3 | 88.29 | - |
| YUV | 212.13 | 141.47 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 236 | 0.07 | 0.14 | 0 | 0.07 | 268.13 | 0.46 | 0.86 |
| Hex | DB | CC | EC | 7 | E | 0 | 7 | 10C | 2E | 56 |
| Octal | 333 | 314 | 354 | 7 | 16 | 0 | 7 | 414 | 56 | 126 |
| Binary | 11011011 | 11001100 | 11101100 | 111 | 1110 | 0 | 111 | 100001100 | 101110 | 1010110 |
Color Harmonies of #DBCCEC
Complementary color
Monochromatic Colors of #DBCCEC
Black with #DBCCEC
Text Example
Text Example
White with #DBCCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCCEC; }
p { color: rgb(219,204,236); }
H1.HeaderClassName
{
color: #DBCCEC;
}
.AnyTagClassName
{
color: #DBCCEC;
}
</style>
background-color css
<style>
a { background-color: #DBCCEC; }
a { background-color: rgb(219,204,236); }
div.DivClassName
{
background-color: #DBCCEC;
}
.BgClassName
{
background-color: #DBCCEC;
}
</style>
border-color css
<style>
span { border-color: #DBCCEC; }
span { border-color: rgb(219,204,236); }
td.TdClassName
{
border-color: #DBCCEC;
}
.TagClassName
{
border-color: #DBCCEC;
}
</style>