Shades of Twilight #DAB2CA
Tints of Twilight #DAB2CA
RGB
CMYK
RGB Variations
Color information
#DAB2CA (or 0xDAB2CA) is known color: Twilight. HEX triplet: DA, B2 and CA. RGB value is (218,178,202). Sum of RGB (Red+Green+Blue) = 218+178+202=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 178 (69.92% from 255 or 29.77% from 598); Blue value is 202 (79.30% from 255 or 33.78% from 598); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB2CA is #254D35. Grayscale: #C0C0C0. Windows color (decimal): -2444598 or 13284058. OLE color: 13284058.
HSL color Cylindrical-coordinate representation of color #DAB2CA: hue angle of 324º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAB2CA is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 178 | 202 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.15 |
| HSL | 324º | 0.35% | 0.78% | - |
| HSV(B) | 324º | 0.18% | 0.85% | - |
| XYZ | 55.49 | 51.01 | 62.8 | - |
| YUV | 192.7 | 133.25 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 202 | 0 | 0.18 | 0.07 | 0.15 | 324 | 0.35 | 0.78 |
| Hex | DA | B2 | CA | 0 | 12 | 7 | F | 144 | 23 | 4E |
| Octal | 332 | 262 | 312 | 0 | 22 | 7 | 17 | 504 | 43 | 116 |
| Binary | 11011010 | 10110010 | 11001010 | 0 | 10010 | 111 | 1111 | 101000100 | 100011 | 1001110 |
Color Harmonies of #DAB2CA
Complementary color
Monochromatic Colors of #DAB2CA
Black with #DAB2CA
Text Example
Text Example
White with #DAB2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB2CA; }
p { color: rgb(218,178,202); }
H1.HeaderClassName
{
color: #DAB2CA;
}
.AnyTagClassName
{
color: #DAB2CA;
}
</style>
background-color css
<style>
a { background-color: #DAB2CA; }
a { background-color: rgb(218,178,202); }
div.DivClassName
{
background-color: #DAB2CA;
}
.BgClassName
{
background-color: #DAB2CA;
}
</style>
border-color css
<style>
span { border-color: #DAB2CA; }
span { border-color: rgb(218,178,202); }
td.TdClassName
{
border-color: #DAB2CA;
}
.TagClassName
{
border-color: #DAB2CA;
}
</style>