Shades of Twilight #DBCCD5
Tints of Twilight #DBCCD5
RGB
CMYK
RGB Variations
Color information
#DBCCD5 (or 0xDBCCD5) is known color: Twilight. HEX triplet: DB, CC and D5. RGB value is (219,204,213). Sum of RGB (Red+Green+Blue) = 219+204+213=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 213 (83.59% from 255 or 33.49% from 636); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCCD5 is #24332A. Grayscale: #D1D1D1. Windows color (decimal): -2372395 or 14011611. OLE color: 14011611.
HSL color Cylindrical-coordinate representation of color #DBCCD5: hue angle of 324º 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 #DBCCD5 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 213 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.14 |
| HSL | 324º | 0.17% | 0.83% | - |
| HSV(B) | 324º | 0.07% | 0.86% | - |
| XYZ | 62.82 | 63.05 | 71.81 | - |
| YUV | 209.51 | 129.97 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 213 | 0 | 0.07 | 0.03 | 0.14 | 324 | 0.17 | 0.83 |
| Hex | DB | CC | D5 | 0 | 7 | 3 | E | 144 | 11 | 53 |
| Octal | 333 | 314 | 325 | 0 | 7 | 3 | 16 | 504 | 21 | 123 |
| Binary | 11011011 | 11001100 | 11010101 | 0 | 111 | 11 | 1110 | 101000100 | 10001 | 1010011 |
Color Harmonies of #DBCCD5
Complementary color
Monochromatic Colors of #DBCCD5
Black with #DBCCD5
Text Example
Text Example
White with #DBCCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCCD5; }
p { color: rgb(219,204,213); }
H1.HeaderClassName
{
color: #DBCCD5;
}
.AnyTagClassName
{
color: #DBCCD5;
}
</style>
background-color css
<style>
a { background-color: #DBCCD5; }
a { background-color: rgb(219,204,213); }
div.DivClassName
{
background-color: #DBCCD5;
}
.BgClassName
{
background-color: #DBCCD5;
}
</style>
border-color css
<style>
span { border-color: #DBCCD5; }
span { border-color: rgb(219,204,213); }
td.TdClassName
{
border-color: #DBCCD5;
}
.TagClassName
{
border-color: #DBCCD5;
}
</style>