Shades of Twilight #DBCDD5
Tints of Twilight #DBCDD5
RGB
CMYK
RGB Variations
Color information
#DBCDD5 (or 0xDBCDD5) is known color: Twilight. HEX triplet: DB, CD and D5. RGB value is (219,205,213). Sum of RGB (Red+Green+Blue) = 219+205+213=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 213 (83.59% from 255 or 33.44% from 637); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCDD5 is #24322A. Grayscale: #D2D2D2. Windows color (decimal): -2372139 or 14011867. OLE color: 14011867.
HSL color Cylindrical-coordinate representation of color #DBCDD5: hue angle of 325.71º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBCDD5 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 213 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.14 |
| HSL | 325.71º | 0.16% | 0.83% | - |
| HSV(B) | 325.71º | 0.06% | 0.86% | - |
| XYZ | 63.05 | 63.53 | 71.89 | - |
| YUV | 210.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 213 | 0 | 0.06 | 0.03 | 0.14 | 325.71 | 0.16 | 0.83 |
| Hex | DB | CD | D5 | 0 | 6 | 3 | E | 146 | 10 | 53 |
| Octal | 333 | 315 | 325 | 0 | 6 | 3 | 16 | 506 | 20 | 123 |
| Binary | 11011011 | 11001101 | 11010101 | 0 | 110 | 11 | 1110 | 101000110 | 10000 | 1010011 |
Color Harmonies of #DBCDD5
Complementary color
Monochromatic Colors of #DBCDD5
Black with #DBCDD5
Text Example
Text Example
White with #DBCDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCDD5; }
p { color: rgb(219,205,213); }
H1.HeaderClassName
{
color: #DBCDD5;
}
.AnyTagClassName
{
color: #DBCDD5;
}
</style>
background-color css
<style>
a { background-color: #DBCDD5; }
a { background-color: rgb(219,205,213); }
div.DivClassName
{
background-color: #DBCDD5;
}
.BgClassName
{
background-color: #DBCDD5;
}
</style>
border-color css
<style>
span { border-color: #DBCDD5; }
span { border-color: rgb(219,205,213); }
td.TdClassName
{
border-color: #DBCDD5;
}
.TagClassName
{
border-color: #DBCDD5;
}
</style>