Shades of Twilight #DBAEC5
Tints of Twilight #DBAEC5
RGB
CMYK
RGB Variations
Color information
#DBAEC5 (or 0xDBAEC5) is known color: Twilight. HEX triplet: DB, AE and C5. RGB value is (219,174,197). Sum of RGB (Red+Green+Blue) = 219+174+197=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 174 (68.36% from 255 or 29.49% from 590); Blue value is 197 (77.34% from 255 or 33.39% from 590); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAEC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAEC5 is #24513A. Grayscale: #BEBEBE. Windows color (decimal): -2380091 or 12955355. OLE color: 12955355.
HSL color Cylindrical-coordinate representation of color #DBAEC5: hue angle of 329.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBAEC5 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 197 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.14 |
| HSL | 329.33º | 0.38% | 0.77% | - |
| HSV(B) | 329.33º | 0.21% | 0.86% | - |
| XYZ | 54.43 | 49.36 | 59.48 | - |
| YUV | 190.08 | 131.91 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 197 | 0 | 0.21 | 0.10 | 0.14 | 329.33 | 0.38 | 0.77 |
| Hex | DB | AE | C5 | 0 | 15 | A | E | 149 | 26 | 4D |
| Octal | 333 | 256 | 305 | 0 | 25 | 12 | 16 | 511 | 46 | 115 |
| Binary | 11011011 | 10101110 | 11000101 | 0 | 10101 | 1010 | 1110 | 101001001 | 100110 | 1001101 |
Color Harmonies of #DBAEC5
Complementary color
Monochromatic Colors of #DBAEC5
Black with #DBAEC5
Text Example
Text Example
White with #DBAEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAEC5; }
p { color: rgb(219,174,197); }
H1.HeaderClassName
{
color: #DBAEC5;
}
.AnyTagClassName
{
color: #DBAEC5;
}
</style>
background-color css
<style>
a { background-color: #DBAEC5; }
a { background-color: rgb(219,174,197); }
div.DivClassName
{
background-color: #DBAEC5;
}
.BgClassName
{
background-color: #DBAEC5;
}
</style>
border-color css
<style>
span { border-color: #DBAEC5; }
span { border-color: rgb(219,174,197); }
td.TdClassName
{
border-color: #DBAEC5;
}
.TagClassName
{
border-color: #DBAEC5;
}
</style>