Shades of Twilight #DAC0CC
Tints of Twilight #DAC0CC
RGB
CMYK
RGB Variations
Color information
#DAC0CC (or 0xDAC0CC) is known color: Twilight. HEX triplet: DA, C0 and CC. RGB value is (218,192,204). Sum of RGB (Red+Green+Blue) = 218+192+204=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 192 (75.39% from 255 or 31.27% from 614); Blue value is 204 (80.08% from 255 or 33.22% from 614); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC0CC is #253F33. Grayscale: #C9C9C9. Windows color (decimal): -2441012 or 13418714. OLE color: 13418714.
HSL color Cylindrical-coordinate representation of color #DAC0CC: hue angle of 332.31º 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 #DAC0CC is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 204 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.15 |
| HSL | 332.31º | 0.26% | 0.8% | - |
| HSV(B) | 332.31º | 0.12% | 0.85% | - |
| XYZ | 58.66 | 56.96 | 65.03 | - |
| YUV | 201.14 | 129.61 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 204 | 0 | 0.12 | 0.06 | 0.15 | 332.31 | 0.26 | 0.8 |
| Hex | DA | C0 | CC | 0 | C | 6 | F | 14C | 1A | 50 |
| Octal | 332 | 300 | 314 | 0 | 14 | 6 | 17 | 514 | 32 | 120 |
| Binary | 11011010 | 11000000 | 11001100 | 0 | 1100 | 110 | 1111 | 101001100 | 11010 | 1010000 |
Color Harmonies of #DAC0CC
Complementary color
Monochromatic Colors of #DAC0CC
Black with #DAC0CC
Text Example
Text Example
White with #DAC0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC0CC; }
p { color: rgb(218,192,204); }
H1.HeaderClassName
{
color: #DAC0CC;
}
.AnyTagClassName
{
color: #DAC0CC;
}
</style>
background-color css
<style>
a { background-color: #DAC0CC; }
a { background-color: rgb(218,192,204); }
div.DivClassName
{
background-color: #DAC0CC;
}
.BgClassName
{
background-color: #DAC0CC;
}
</style>
border-color css
<style>
span { border-color: #DAC0CC; }
span { border-color: rgb(218,192,204); }
td.TdClassName
{
border-color: #DAC0CC;
}
.TagClassName
{
border-color: #DAC0CC;
}
</style>