Shades of Twilight #DAC0CD
Tints of Twilight #DAC0CD
RGB
CMYK
RGB Variations
Color information
#DAC0CD (or 0xDAC0CD) is known color: Twilight. HEX triplet: DA, C0 and CD. RGB value is (218,192,205). Sum of RGB (Red+Green+Blue) = 218+192+205=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 192 (75.39% from 255 or 31.22% from 615); Blue value is 205 (80.47% from 255 or 33.33% from 615); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC0CD is #253F32. Grayscale: #C9C9C9. Windows color (decimal): -2441011 or 13484250. OLE color: 13484250.
HSL color Cylindrical-coordinate representation of color #DAC0CD: hue angle of 330º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAC0CD is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 192 | 205 | - |
CMYK | 0 | 0.12 | 0.06 | 0.15 |
HSL | 330º | 0.26% | 0.8% | - |
HSV(B) | 330º | 0.12% | 0.85% | - |
XYZ | 58.78 | 57.01 | 65.66 | - |
YUV | 201.26 | 130.11 | 139.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 192 | 205 | 0 | 0.12 | 0.06 | 0.15 | 330 | 0.26 | 0.8 |
Hex | DA | C0 | CD | 0 | C | 6 | F | 14A | 1A | 50 |
Octal | 332 | 300 | 315 | 0 | 14 | 6 | 17 | 512 | 32 | 120 |
Binary | 11011010 | 11000000 | 11001101 | 0 | 1100 | 110 | 1111 | 101001010 | 11010 | 1010000 |
Color Harmonies of #DAC0CD
Complementary color
Monochromatic Colors of #DAC0CD
Black with #DAC0CD
Text Example
Text Example
White with #DAC0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC0CD; }
p { color: rgb(218,192,205); }
H1.HeaderClassName
{
color: #DAC0CD;
}
.AnyTagClassName
{
color: #DAC0CD;
}
</style>
background-color css
<style>
a { background-color: #DAC0CD; }
a { background-color: rgb(218,192,205); }
div.DivClassName
{
background-color: #DAC0CD;
}
.BgClassName
{
background-color: #DAC0CD;
}
</style>
border-color css
<style>
span { border-color: #DAC0CD; }
span { border-color: rgb(218,192,205); }
td.TdClassName
{
border-color: #DAC0CD;
}
.TagClassName
{
border-color: #DAC0CD;
}
</style>