Shades of Twilight #DAC5D2
Tints of Twilight #DAC5D2
RGB
CMYK
RGB Variations
Color information
#DAC5D2 (or 0xDAC5D2) is known color: Twilight. HEX triplet: DA, C5 and D2. RGB value is (218,197,210). Sum of RGB (Red+Green+Blue) = 218+197+210=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 197 (77.34% from 255 or 31.52% from 625); Blue value is 210 (82.42% from 255 or 33.6% from 625); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC5D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC5D2 is #253A2D. Grayscale: #CCCCCC. Windows color (decimal): -2439726 or 13813210. OLE color: 13813210.
HSL color Cylindrical-coordinate representation of color #DAC5D2: hue angle of 322.86º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAC5D2 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 210 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.15 |
| HSL | 322.86º | 0.22% | 0.81% | - |
| HSV(B) | 322.86º | 0.1% | 0.85% | - |
| XYZ | 60.51 | 59.49 | 69.27 | - |
| YUV | 204.76 | 130.96 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 210 | 0 | 0.10 | 0.04 | 0.15 | 322.86 | 0.22 | 0.81 |
| Hex | DA | C5 | D2 | 0 | A | 4 | F | 143 | 16 | 51 |
| Octal | 332 | 305 | 322 | 0 | 12 | 4 | 17 | 503 | 26 | 121 |
| Binary | 11011010 | 11000101 | 11010010 | 0 | 1010 | 100 | 1111 | 101000011 | 10110 | 1010001 |
Color Harmonies of #DAC5D2
Complementary color
Monochromatic Colors of #DAC5D2
Black with #DAC5D2
Text Example
Text Example
White with #DAC5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC5D2; }
p { color: rgb(218,197,210); }
H1.HeaderClassName
{
color: #DAC5D2;
}
.AnyTagClassName
{
color: #DAC5D2;
}
</style>
background-color css
<style>
a { background-color: #DAC5D2; }
a { background-color: rgb(218,197,210); }
div.DivClassName
{
background-color: #DAC5D2;
}
.BgClassName
{
background-color: #DAC5D2;
}
</style>
border-color css
<style>
span { border-color: #DAC5D2; }
span { border-color: rgb(218,197,210); }
td.TdClassName
{
border-color: #DAC5D2;
}
.TagClassName
{
border-color: #DAC5D2;
}
</style>