Shades of Twilight #DAC4D2
Tints of Twilight #DAC4D2
RGB
CMYK
RGB Variations
Color information
#DAC4D2 (or 0xDAC4D2) is known color: Twilight. HEX triplet: DA, C4 and D2. RGB value is (218,196,210). Sum of RGB (Red+Green+Blue) = 218+196+210=624 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.94% from 624); Green value is 196 (76.95% from 255 or 31.41% from 624); Blue value is 210 (82.42% from 255 or 33.65% from 624); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC4D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC4D2 is #253B2D. Grayscale: #CCCCCC. Windows color (decimal): -2439982 or 13812954. OLE color: 13812954.
HSL color Cylindrical-coordinate representation of color #DAC4D2: hue angle of 321.82º degrees, saturation: 0.23, 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 #DAC4D2 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 210 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.15 |
| HSL | 321.82º | 0.23% | 0.81% | - |
| HSV(B) | 321.82º | 0.1% | 0.85% | - |
| XYZ | 60.29 | 59.04 | 69.19 | - |
| YUV | 204.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 210 | 0 | 0.10 | 0.04 | 0.15 | 321.82 | 0.23 | 0.81 |
| Hex | DA | C4 | D2 | 0 | A | 4 | F | 142 | 17 | 51 |
| Octal | 332 | 304 | 322 | 0 | 12 | 4 | 17 | 502 | 27 | 121 |
| Binary | 11011010 | 11000100 | 11010010 | 0 | 1010 | 100 | 1111 | 101000010 | 10111 | 1010001 |
Color Harmonies of #DAC4D2
Complementary color
Monochromatic Colors of #DAC4D2
Black with #DAC4D2
Text Example
Text Example
White with #DAC4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC4D2; }
p { color: rgb(218,196,210); }
H1.HeaderClassName
{
color: #DAC4D2;
}
.AnyTagClassName
{
color: #DAC4D2;
}
</style>
background-color css
<style>
a { background-color: #DAC4D2; }
a { background-color: rgb(218,196,210); }
div.DivClassName
{
background-color: #DAC4D2;
}
.BgClassName
{
background-color: #DAC4D2;
}
</style>
border-color css
<style>
span { border-color: #DAC4D2; }
span { border-color: rgb(218,196,210); }
td.TdClassName
{
border-color: #DAC4D2;
}
.TagClassName
{
border-color: #DAC4D2;
}
</style>