Shades of Twilight #DAC8D0
Tints of Twilight #DAC8D0
RGB
CMYK
RGB Variations
Color information
#DAC8D0 (or 0xDAC8D0) is known color: Twilight. HEX triplet: DA, C8 and D0. RGB value is (218,200,208). Sum of RGB (Red+Green+Blue) = 218+200+208=626 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.82% from 626); Green value is 200 (78.52% from 255 or 31.95% from 626); Blue value is 208 (81.64% from 255 or 33.23% from 626); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC8D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC8D0 is #25372F. Grayscale: #CECECE. Windows color (decimal): -2438960 or 13682906. OLE color: 13682906.
HSL color Cylindrical-coordinate representation of color #DAC8D0: hue angle of 333.33º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAC8D0 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 200 | 208 | - |
CMYK | 0 | 0.08 | 0.05 | 0.15 |
HSL | 333.33º | 0.2% | 0.82% | - |
HSV(B) | 333.33º | 0.08% | 0.85% | - |
XYZ | 60.95 | 60.77 | 68.19 | - |
YUV | 206.29 | 128.96 | 136.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 200 | 208 | 0 | 0.08 | 0.05 | 0.15 | 333.33 | 0.2 | 0.82 |
Hex | DA | C8 | D0 | 0 | 8 | 5 | F | 14D | 14 | 52 |
Octal | 332 | 310 | 320 | 0 | 10 | 5 | 17 | 515 | 24 | 122 |
Binary | 11011010 | 11001000 | 11010000 | 0 | 1000 | 101 | 1111 | 101001101 | 10100 | 1010010 |
Color Harmonies of #DAC8D0
Complementary color
Monochromatic Colors of #DAC8D0
Black with #DAC8D0
Text Example
Text Example
White with #DAC8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC8D0; }
p { color: rgb(218,200,208); }
H1.HeaderClassName
{
color: #DAC8D0;
}
.AnyTagClassName
{
color: #DAC8D0;
}
</style>
background-color css
<style>
a { background-color: #DAC8D0; }
a { background-color: rgb(218,200,208); }
div.DivClassName
{
background-color: #DAC8D0;
}
.BgClassName
{
background-color: #DAC8D0;
}
</style>
border-color css
<style>
span { border-color: #DAC8D0; }
span { border-color: rgb(218,200,208); }
td.TdClassName
{
border-color: #DAC8D0;
}
.TagClassName
{
border-color: #DAC8D0;
}
</style>