Shades of Twilight #DAB8CA
Tints of Twilight #DAB8CA
RGB
CMYK
RGB Variations
Color information
#DAB8CA (or 0xDAB8CA) is known color: Twilight. HEX triplet: DA, B8 and CA. RGB value is (218,184,202). Sum of RGB (Red+Green+Blue) = 218+184+202=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 184 (72.27% from 255 or 30.46% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB8CA is #254735. Grayscale: #C4C4C4. Windows color (decimal): -2443062 or 13285594. OLE color: 13285594.
HSL color Cylindrical-coordinate representation of color #DAB8CA: hue angle of 328.24º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAB8CA is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 184 | 202 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.15 |
| HSL | 328.24º | 0.31% | 0.79% | - |
| HSV(B) | 328.24º | 0.16% | 0.85% | - |
| XYZ | 56.71 | 53.45 | 63.2 | - |
| YUV | 196.22 | 131.26 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 202 | 0 | 0.16 | 0.07 | 0.15 | 328.24 | 0.31 | 0.79 |
| Hex | DA | B8 | CA | 0 | 10 | 7 | F | 148 | 1F | 4F |
| Octal | 332 | 270 | 312 | 0 | 20 | 7 | 17 | 510 | 37 | 117 |
| Binary | 11011010 | 10111000 | 11001010 | 0 | 10000 | 111 | 1111 | 101001000 | 11111 | 1001111 |
Color Harmonies of #DAB8CA
Complementary color
Monochromatic Colors of #DAB8CA
Black with #DAB8CA
Text Example
Text Example
White with #DAB8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB8CA; }
p { color: rgb(218,184,202); }
H1.HeaderClassName
{
color: #DAB8CA;
}
.AnyTagClassName
{
color: #DAB8CA;
}
</style>
background-color css
<style>
a { background-color: #DAB8CA; }
a { background-color: rgb(218,184,202); }
div.DivClassName
{
background-color: #DAB8CA;
}
.BgClassName
{
background-color: #DAB8CA;
}
</style>
border-color css
<style>
span { border-color: #DAB8CA; }
span { border-color: rgb(218,184,202); }
td.TdClassName
{
border-color: #DAB8CA;
}
.TagClassName
{
border-color: #DAB8CA;
}
</style>