Shades of Twilight #DAC2D0
Tints of Twilight #DAC2D0
RGB
CMYK
RGB Variations
Color information
#DAC2D0 (or 0xDAC2D0) is known color: Twilight. HEX triplet: DA, C2 and D0. RGB value is (218,194,208). Sum of RGB (Red+Green+Blue) = 218+194+208=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 194 (76.17% from 255 or 31.29% from 620); Blue value is 208 (81.64% from 255 or 33.55% from 620); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC2D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC2D0 is #253D2F. Grayscale: #CACACA. Windows color (decimal): -2440496 or 13681370. OLE color: 13681370.
HSL color Cylindrical-coordinate representation of color #DAC2D0: hue angle of 325º 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 #DAC2D0 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 194 | 208 | - |
CMYK | 0 | 0.11 | 0.05 | 0.15 |
HSL | 325º | 0.24% | 0.81% | - |
HSV(B) | 325º | 0.11% | 0.85% | - |
XYZ | 59.59 | 58.04 | 67.74 | - |
YUV | 202.77 | 130.95 | 138.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 194 | 208 | 0 | 0.11 | 0.05 | 0.15 | 325 | 0.24 | 0.81 |
Hex | DA | C2 | D0 | 0 | B | 5 | F | 145 | 18 | 51 |
Octal | 332 | 302 | 320 | 0 | 13 | 5 | 17 | 505 | 30 | 121 |
Binary | 11011010 | 11000010 | 11010000 | 0 | 1011 | 101 | 1111 | 101000101 | 11000 | 1010001 |
Color Harmonies of #DAC2D0
Complementary color
Monochromatic Colors of #DAC2D0
Black with #DAC2D0
Text Example
Text Example
White with #DAC2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC2D0; }
p { color: rgb(218,194,208); }
H1.HeaderClassName
{
color: #DAC2D0;
}
.AnyTagClassName
{
color: #DAC2D0;
}
</style>
background-color css
<style>
a { background-color: #DAC2D0; }
a { background-color: rgb(218,194,208); }
div.DivClassName
{
background-color: #DAC2D0;
}
.BgClassName
{
background-color: #DAC2D0;
}
</style>
border-color css
<style>
span { border-color: #DAC2D0; }
span { border-color: rgb(218,194,208); }
td.TdClassName
{
border-color: #DAC2D0;
}
.TagClassName
{
border-color: #DAC2D0;
}
</style>