Shades of Twilight #DAB0CA
Tints of Twilight #DAB0CA
RGB
CMYK
RGB Variations
Color information
#DAB0CA (or 0xDAB0CA) is known color: Twilight. HEX triplet: DA, B0 and CA. RGB value is (218,176,202). Sum of RGB (Red+Green+Blue) = 218+176+202=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 176 (69.14% from 255 or 29.53% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB0CA is #254F35. Grayscale: #BFBFBF. Windows color (decimal): -2445110 or 13283546. OLE color: 13283546.
HSL color Cylindrical-coordinate representation of color #DAB0CA: hue angle of 322.86º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAB0CA is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 176 | 202 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.15 |
| HSL | 322.86º | 0.36% | 0.77% | - |
| HSV(B) | 322.86º | 0.19% | 0.85% | - |
| XYZ | 55.1 | 50.22 | 62.67 | - |
| YUV | 191.52 | 133.91 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 202 | 0 | 0.19 | 0.07 | 0.15 | 322.86 | 0.36 | 0.77 |
| Hex | DA | B0 | CA | 0 | 13 | 7 | F | 143 | 24 | 4D |
| Octal | 332 | 260 | 312 | 0 | 23 | 7 | 17 | 503 | 44 | 115 |
| Binary | 11011010 | 10110000 | 11001010 | 0 | 10011 | 111 | 1111 | 101000011 | 100100 | 1001101 |
Color Harmonies of #DAB0CA
Complementary color
Monochromatic Colors of #DAB0CA
Black with #DAB0CA
Text Example
Text Example
White with #DAB0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB0CA; }
p { color: rgb(218,176,202); }
H1.HeaderClassName
{
color: #DAB0CA;
}
.AnyTagClassName
{
color: #DAB0CA;
}
</style>
background-color css
<style>
a { background-color: #DAB0CA; }
a { background-color: rgb(218,176,202); }
div.DivClassName
{
background-color: #DAB0CA;
}
.BgClassName
{
background-color: #DAB0CA;
}
</style>
border-color css
<style>
span { border-color: #DAB0CA; }
span { border-color: rgb(218,176,202); }
td.TdClassName
{
border-color: #DAB0CA;
}
.TagClassName
{
border-color: #DAB0CA;
}
</style>