Shades of Twilight #DBCBD4
Tints of Twilight #DBCBD4
RGB
CMYK
RGB Variations
Color information
#DBCBD4 (or 0xDBCBD4) is known color: Twilight. HEX triplet: DB, CB and D4. RGB value is (219,203,212). Sum of RGB (Red+Green+Blue) = 219+203+212=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 212 (83.20% from 255 or 33.44% from 634); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCBD4 is #24342B. Grayscale: #D0D0D0. Windows color (decimal): -2372652 or 13945819. OLE color: 13945819.
HSL color Cylindrical-coordinate representation of color #DBCBD4: hue angle of 326.25º degrees, saturation: 0.18, 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 #DBCBD4 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 212 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.14 |
| HSL | 326.25º | 0.18% | 0.83% | - |
| HSV(B) | 326.25º | 0.07% | 0.86% | - |
| XYZ | 62.45 | 62.53 | 71.06 | - |
| YUV | 208.81 | 129.8 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 212 | 0 | 0.07 | 0.03 | 0.14 | 326.25 | 0.18 | 0.83 |
| Hex | DB | CB | D4 | 0 | 7 | 3 | E | 146 | 12 | 53 |
| Octal | 333 | 313 | 324 | 0 | 7 | 3 | 16 | 506 | 22 | 123 |
| Binary | 11011011 | 11001011 | 11010100 | 0 | 111 | 11 | 1110 | 101000110 | 10010 | 1010011 |
Color Harmonies of #DBCBD4
Complementary color
Monochromatic Colors of #DBCBD4
Black with #DBCBD4
Text Example
Text Example
White with #DBCBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCBD4; }
p { color: rgb(219,203,212); }
H1.HeaderClassName
{
color: #DBCBD4;
}
.AnyTagClassName
{
color: #DBCBD4;
}
</style>
background-color css
<style>
a { background-color: #DBCBD4; }
a { background-color: rgb(219,203,212); }
div.DivClassName
{
background-color: #DBCBD4;
}
.BgClassName
{
background-color: #DBCBD4;
}
</style>
border-color css
<style>
span { border-color: #DBCBD4; }
span { border-color: rgb(219,203,212); }
td.TdClassName
{
border-color: #DBCBD4;
}
.TagClassName
{
border-color: #DBCBD4;
}
</style>