Shades of Twilight #DAC3CE
Tints of Twilight #DAC3CE
RGB
CMYK
RGB Variations
Color information
#DAC3CE (or 0xDAC3CE) is known color: Twilight. HEX triplet: DA, C3 and CE. RGB value is (218,195,206). Sum of RGB (Red+Green+Blue) = 218+195+206=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 195 (76.56% from 255 or 31.50% from 619); Blue value is 206 (80.86% from 255 or 33.28% from 619); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC3CE is #253C31. Grayscale: #CBCBCB. Windows color (decimal): -2440242 or 13550554. OLE color: 13550554.
HSL color Cylindrical-coordinate representation of color #DAC3CE: hue angle of 331.3º 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 #DAC3CE is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 195 | 206 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.15 |
| HSL | 331.3º | 0.24% | 0.81% | - |
| HSV(B) | 331.3º | 0.11% | 0.85% | - |
| XYZ | 59.57 | 58.39 | 66.52 | - |
| YUV | 203.13 | 129.62 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 206 | 0 | 0.11 | 0.06 | 0.15 | 331.3 | 0.24 | 0.81 |
| Hex | DA | C3 | CE | 0 | B | 6 | F | 14B | 18 | 51 |
| Octal | 332 | 303 | 316 | 0 | 13 | 6 | 17 | 513 | 30 | 121 |
| Binary | 11011010 | 11000011 | 11001110 | 0 | 1011 | 110 | 1111 | 101001011 | 11000 | 1010001 |
Color Harmonies of #DAC3CE
Complementary color
Monochromatic Colors of #DAC3CE
Black with #DAC3CE
Text Example
Text Example
White with #DAC3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC3CE; }
p { color: rgb(218,195,206); }
H1.HeaderClassName
{
color: #DAC3CE;
}
.AnyTagClassName
{
color: #DAC3CE;
}
</style>
background-color css
<style>
a { background-color: #DAC3CE; }
a { background-color: rgb(218,195,206); }
div.DivClassName
{
background-color: #DAC3CE;
}
.BgClassName
{
background-color: #DAC3CE;
}
</style>
border-color css
<style>
span { border-color: #DAC3CE; }
span { border-color: rgb(218,195,206); }
td.TdClassName
{
border-color: #DAC3CE;
}
.TagClassName
{
border-color: #DAC3CE;
}
</style>