Shades of Twilight #DBBACA
Tints of Twilight #DBBACA
RGB
CMYK
RGB Variations
Color information
#DBBACA (or 0xDBBACA) is known color: Twilight. HEX triplet: DB, BA and CA. RGB value is (219,186,202). Sum of RGB (Red+Green+Blue) = 219+186+202=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBACA is #244535. Grayscale: #C5C5C5. Windows color (decimal): -2377014 or 13286107. OLE color: 13286107.
HSL color Cylindrical-coordinate representation of color #DBBACA: hue angle of 330.91º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBBACA is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 186 | 202 | - |
CMYK | 0 | 0.15 | 0.08 | 0.14 |
HSL | 330.91º | 0.31% | 0.79% | - |
HSV(B) | 330.91º | 0.15% | 0.86% | - |
XYZ | 57.43 | 54.44 | 63.36 | - |
YUV | 197.69 | 130.43 | 143.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 186 | 202 | 0 | 0.15 | 0.08 | 0.14 | 330.91 | 0.31 | 0.79 |
Hex | DB | BA | CA | 0 | F | 8 | E | 14B | 1F | 4F |
Octal | 333 | 272 | 312 | 0 | 17 | 10 | 16 | 513 | 37 | 117 |
Binary | 11011011 | 10111010 | 11001010 | 0 | 1111 | 1000 | 1110 | 101001011 | 11111 | 1001111 |
Color Harmonies of #DBBACA
Complementary color
Monochromatic Colors of #DBBACA
Black with #DBBACA
Text Example
Text Example
White with #DBBACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBACA; }
p { color: rgb(219,186,202); }
H1.HeaderClassName
{
color: #DBBACA;
}
.AnyTagClassName
{
color: #DBBACA;
}
</style>
background-color css
<style>
a { background-color: #DBBACA; }
a { background-color: rgb(219,186,202); }
div.DivClassName
{
background-color: #DBBACA;
}
.BgClassName
{
background-color: #DBBACA;
}
</style>
border-color css
<style>
span { border-color: #DBBACA; }
span { border-color: rgb(219,186,202); }
td.TdClassName
{
border-color: #DBBACA;
}
.TagClassName
{
border-color: #DBBACA;
}
</style>