Shades of Twilight #DAC2D1
Tints of Twilight #DAC2D1
RGB
CMYK
RGB Variations
Color information
#DAC2D1 (or 0xDAC2D1) is known color: Twilight. HEX triplet: DA, C2 and D1. RGB value is (218,194,209). Sum of RGB (Red+Green+Blue) = 218+194+209=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 194 (76.17% from 255 or 31.24% from 621); Blue value is 209 (82.03% from 255 or 33.66% from 621); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC2D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC2D1 is #253D2E. Grayscale: #CACACA. Windows color (decimal): -2440495 or 13746906. OLE color: 13746906.
HSL color Cylindrical-coordinate representation of color #DAC2D1: hue angle of 322.5º 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 #DAC2D1 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 194 | 209 | - |
CMYK | 0 | 0.11 | 0.04 | 0.15 |
HSL | 322.5º | 0.24% | 0.81% | - |
HSV(B) | 322.5º | 0.11% | 0.85% | - |
XYZ | 59.71 | 58.09 | 68.39 | - |
YUV | 202.89 | 131.45 | 138.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 194 | 209 | 0 | 0.11 | 0.04 | 0.15 | 322.5 | 0.24 | 0.81 |
Hex | DA | C2 | D1 | 0 | B | 4 | F | 142 | 18 | 51 |
Octal | 332 | 302 | 321 | 0 | 13 | 4 | 17 | 502 | 30 | 121 |
Binary | 11011010 | 11000010 | 11010001 | 0 | 1011 | 100 | 1111 | 101000010 | 11000 | 1010001 |
Color Harmonies of #DAC2D1
Complementary color
Monochromatic Colors of #DAC2D1
Black with #DAC2D1
Text Example
Text Example
White with #DAC2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC2D1; }
p { color: rgb(218,194,209); }
H1.HeaderClassName
{
color: #DAC2D1;
}
.AnyTagClassName
{
color: #DAC2D1;
}
</style>
background-color css
<style>
a { background-color: #DAC2D1; }
a { background-color: rgb(218,194,209); }
div.DivClassName
{
background-color: #DAC2D1;
}
.BgClassName
{
background-color: #DAC2D1;
}
</style>
border-color css
<style>
span { border-color: #DAC2D1; }
span { border-color: rgb(218,194,209); }
td.TdClassName
{
border-color: #DAC2D1;
}
.TagClassName
{
border-color: #DAC2D1;
}
</style>