Shades of Twilight #DBCAD4
Tints of Twilight #DBCAD4
RGB
CMYK
RGB Variations
Color information
#DBCAD4 (or 0xDBCAD4) is known color: Twilight. HEX triplet: DB, CA and D4. RGB value is (219,202,212). Sum of RGB (Red+Green+Blue) = 219+202+212=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 212 (83.20% from 255 or 33.49% from 633); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCAD4 is #24352B. Grayscale: #D0D0D0. Windows color (decimal): -2372908 or 13945563. OLE color: 13945563.
HSL color Cylindrical-coordinate representation of color #DBCAD4: hue angle of 324.71º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBCAD4 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 212 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.14 |
| HSL | 324.71º | 0.19% | 0.83% | - |
| HSV(B) | 324.71º | 0.08% | 0.86% | - |
| XYZ | 62.22 | 62.05 | 70.99 | - |
| YUV | 208.22 | 130.13 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 212 | 0 | 0.08 | 0.03 | 0.14 | 324.71 | 0.19 | 0.83 |
| Hex | DB | CA | D4 | 0 | 8 | 3 | E | 145 | 13 | 53 |
| Octal | 333 | 312 | 324 | 0 | 10 | 3 | 16 | 505 | 23 | 123 |
| Binary | 11011011 | 11001010 | 11010100 | 0 | 1000 | 11 | 1110 | 101000101 | 10011 | 1010011 |
Color Harmonies of #DBCAD4
Complementary color
Monochromatic Colors of #DBCAD4
Black with #DBCAD4
Text Example
Text Example
White with #DBCAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCAD4; }
p { color: rgb(219,202,212); }
H1.HeaderClassName
{
color: #DBCAD4;
}
.AnyTagClassName
{
color: #DBCAD4;
}
</style>
background-color css
<style>
a { background-color: #DBCAD4; }
a { background-color: rgb(219,202,212); }
div.DivClassName
{
background-color: #DBCAD4;
}
.BgClassName
{
background-color: #DBCAD4;
}
</style>
border-color css
<style>
span { border-color: #DBCAD4; }
span { border-color: rgb(219,202,212); }
td.TdClassName
{
border-color: #DBCAD4;
}
.TagClassName
{
border-color: #DBCAD4;
}
</style>