Shades of Twilight #DBAFCA
Tints of Twilight #DBAFCA
RGB
CMYK
RGB Variations
Color information
#DBAFCA (or 0xDBAFCA) is known color: Twilight. HEX triplet: DB, AF and CA. RGB value is (219,175,202). Sum of RGB (Red+Green+Blue) = 219+175+202=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAFCA is #245035. Grayscale: #BFBFBF. Windows color (decimal): -2379830 or 13283291. OLE color: 13283291.
HSL color Cylindrical-coordinate representation of color #DBAFCA: hue angle of 323.18º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBAFCA is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 202 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.14 |
| HSL | 323.18º | 0.38% | 0.77% | - |
| HSV(B) | 323.18º | 0.2% | 0.86% | - |
| XYZ | 55.2 | 49.98 | 62.62 | - |
| YUV | 191.23 | 134.08 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 202 | 0 | 0.20 | 0.08 | 0.14 | 323.18 | 0.38 | 0.77 |
| Hex | DB | AF | CA | 0 | 14 | 8 | E | 143 | 26 | 4D |
| Octal | 333 | 257 | 312 | 0 | 24 | 10 | 16 | 503 | 46 | 115 |
| Binary | 11011011 | 10101111 | 11001010 | 0 | 10100 | 1000 | 1110 | 101000011 | 100110 | 1001101 |
Color Harmonies of #DBAFCA
Complementary color
Monochromatic Colors of #DBAFCA
Black with #DBAFCA
Text Example
Text Example
White with #DBAFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAFCA; }
p { color: rgb(219,175,202); }
H1.HeaderClassName
{
color: #DBAFCA;
}
.AnyTagClassName
{
color: #DBAFCA;
}
</style>
background-color css
<style>
a { background-color: #DBAFCA; }
a { background-color: rgb(219,175,202); }
div.DivClassName
{
background-color: #DBAFCA;
}
.BgClassName
{
background-color: #DBAFCA;
}
</style>
border-color css
<style>
span { border-color: #DBAFCA; }
span { border-color: rgb(219,175,202); }
td.TdClassName
{
border-color: #DBAFCA;
}
.TagClassName
{
border-color: #DBAFCA;
}
</style>