Shades of Twilight #DBCCD6
Tints of Twilight #DBCCD6
RGB
CMYK
RGB Variations
Color information
#DBCCD6 (or 0xDBCCD6) is known color: Twilight. HEX triplet: DB, CC and D6. RGB value is (219,204,214). Sum of RGB (Red+Green+Blue) = 219+204+214=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 204 (80.08% from 255 or 32.03% from 637); Blue value is 214 (83.98% from 255 or 33.59% from 637); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCCD6 is #243329. Grayscale: #D1D1D1. Windows color (decimal): -2372394 or 14077147. OLE color: 14077147.
HSL color Cylindrical-coordinate representation of color #DBCCD6: hue angle of 320º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBCCD6 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 214 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.14 |
| HSL | 320º | 0.17% | 0.83% | - |
| HSV(B) | 320º | 0.07% | 0.86% | - |
| XYZ | 62.94 | 63.1 | 72.48 | - |
| YUV | 209.63 | 130.47 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 214 | 0 | 0.07 | 0.02 | 0.14 | 320 | 0.17 | 0.83 |
| Hex | DB | CC | D6 | 0 | 7 | 2 | E | 140 | 11 | 53 |
| Octal | 333 | 314 | 326 | 0 | 7 | 2 | 16 | 500 | 21 | 123 |
| Binary | 11011011 | 11001100 | 11010110 | 0 | 111 | 10 | 1110 | 101000000 | 10001 | 1010011 |
Color Harmonies of #DBCCD6
Complementary color
Monochromatic Colors of #DBCCD6
Black with #DBCCD6
Text Example
Text Example
White with #DBCCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCCD6; }
p { color: rgb(219,204,214); }
H1.HeaderClassName
{
color: #DBCCD6;
}
.AnyTagClassName
{
color: #DBCCD6;
}
</style>
background-color css
<style>
a { background-color: #DBCCD6; }
a { background-color: rgb(219,204,214); }
div.DivClassName
{
background-color: #DBCCD6;
}
.BgClassName
{
background-color: #DBCCD6;
}
</style>
border-color css
<style>
span { border-color: #DBCCD6; }
span { border-color: rgb(219,204,214); }
td.TdClassName
{
border-color: #DBCCD6;
}
.TagClassName
{
border-color: #DBCCD6;
}
</style>