Shades of Twilight #DAC2CA
Tints of Twilight #DAC2CA
RGB
CMYK
RGB Variations
Color information
#DAC2CA (or 0xDAC2CA) is known color: Twilight. HEX triplet: DA, C2 and CA. RGB value is (218,194,202). Sum of RGB (Red+Green+Blue) = 218+194+202=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 194 (76.17% from 255 or 31.60% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC2CA is #253D35. Grayscale: #CACACA. Windows color (decimal): -2440502 or 13288154. OLE color: 13288154.
HSL color Cylindrical-coordinate representation of color #DAC2CA: hue angle of 340º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAC2CA is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 194 | 202 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.15 |
| HSL | 340º | 0.24% | 0.81% | - |
| HSV(B) | 340º | 0.11% | 0.85% | - |
| XYZ | 58.87 | 57.75 | 63.92 | - |
| YUV | 202.09 | 127.95 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 202 | 0 | 0.11 | 0.07 | 0.15 | 340 | 0.24 | 0.81 |
| Hex | DA | C2 | CA | 0 | B | 7 | F | 154 | 18 | 51 |
| Octal | 332 | 302 | 312 | 0 | 13 | 7 | 17 | 524 | 30 | 121 |
| Binary | 11011010 | 11000010 | 11001010 | 0 | 1011 | 111 | 1111 | 101010100 | 11000 | 1010001 |
Color Harmonies of #DAC2CA
Complementary color
Monochromatic Colors of #DAC2CA
Black with #DAC2CA
Text Example
Text Example
White with #DAC2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC2CA; }
p { color: rgb(218,194,202); }
H1.HeaderClassName
{
color: #DAC2CA;
}
.AnyTagClassName
{
color: #DAC2CA;
}
</style>
background-color css
<style>
a { background-color: #DAC2CA; }
a { background-color: rgb(218,194,202); }
div.DivClassName
{
background-color: #DAC2CA;
}
.BgClassName
{
background-color: #DAC2CA;
}
</style>
border-color css
<style>
span { border-color: #DAC2CA; }
span { border-color: rgb(218,194,202); }
td.TdClassName
{
border-color: #DAC2CA;
}
.TagClassName
{
border-color: #DAC2CA;
}
</style>