Shades of Twilight #DBADC4
Tints of Twilight #DBADC4
RGB
CMYK
RGB Variations
Color information
#DBADC4 (or 0xDBADC4) is known color: Twilight. HEX triplet: DB, AD and C4. RGB value is (219,173,196). Sum of RGB (Red+Green+Blue) = 219+173+196=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 196 (76.95% from 255 or 33.33% from 588); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADC4 is #24523B. Grayscale: #BDBDBD. Windows color (decimal): -2380348 or 12889563. OLE color: 12889563.
HSL color Cylindrical-coordinate representation of color #DBADC4: hue angle of 330º degrees, saturation: 0.39, 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 #DBADC4 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 196 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.14 |
| HSL | 330º | 0.39% | 0.77% | - |
| HSV(B) | 330º | 0.21% | 0.86% | - |
| XYZ | 54.12 | 48.93 | 58.82 | - |
| YUV | 189.38 | 131.74 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 196 | 0 | 0.21 | 0.11 | 0.14 | 330 | 0.39 | 0.77 |
| Hex | DB | AD | C4 | 0 | 15 | B | E | 14A | 27 | 4D |
| Octal | 333 | 255 | 304 | 0 | 25 | 13 | 16 | 512 | 47 | 115 |
| Binary | 11011011 | 10101101 | 11000100 | 0 | 10101 | 1011 | 1110 | 101001010 | 100111 | 1001101 |
Color Harmonies of #DBADC4
Complementary color
Monochromatic Colors of #DBADC4
Black with #DBADC4
Text Example
Text Example
White with #DBADC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBADC4; }
p { color: rgb(219,173,196); }
H1.HeaderClassName
{
color: #DBADC4;
}
.AnyTagClassName
{
color: #DBADC4;
}
</style>
background-color css
<style>
a { background-color: #DBADC4; }
a { background-color: rgb(219,173,196); }
div.DivClassName
{
background-color: #DBADC4;
}
.BgClassName
{
background-color: #DBADC4;
}
</style>
border-color css
<style>
span { border-color: #DBADC4; }
span { border-color: rgb(219,173,196); }
td.TdClassName
{
border-color: #DBADC4;
}
.TagClassName
{
border-color: #DBADC4;
}
</style>