Shades of Twilight #DCAEC6
Tints of Twilight #DCAEC6
RGB
CMYK
RGB Variations
Color information
#DCAEC6 (or 0xDCAEC6) is known color: Twilight. HEX triplet: DC, AE and C6. RGB value is (220,174,198). Sum of RGB (Red+Green+Blue) = 220+174+198=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 174 (68.36% from 255 or 29.39% from 592); Blue value is 198 (77.73% from 255 or 33.45% from 592); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAEC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAEC6 is #235139. Grayscale: #BEBEBE. Windows color (decimal): -2314554 or 13020892. OLE color: 13020892.
HSL color Cylindrical-coordinate representation of color #DCAEC6: hue angle of 328.7º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCAEC6 is Cyan = 0, Magento = 0.21, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 198 | - |
| CMYK | 0 | 0.21 | 0.1 | 0.14 |
| HSL | 328.7º | 0.4% | 0.77% | - |
| HSV(B) | 328.7º | 0.21% | 0.86% | - |
| XYZ | 54.84 | 49.56 | 60.1 | - |
| YUV | 190.49 | 132.24 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 198 | 0 | 0.21 | 0.1 | 0.14 | 328.7 | 0.4 | 0.77 |
| Hex | DC | AE | C6 | 0 | 15 | A | E | 149 | 28 | 4D |
| Octal | 334 | 256 | 306 | 0 | 25 | 12 | 16 | 511 | 50 | 115 |
| Binary | 11011100 | 10101110 | 11000110 | 0 | 10101 | 1010 | 1110 | 101001001 | 101000 | 1001101 |
Color Harmonies of #DCAEC6
Complementary color
Monochromatic Colors of #DCAEC6
Black with #DCAEC6
Text Example
Text Example
White with #DCAEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAEC6; }
p { color: rgb(220,174,198); }
H1.HeaderClassName
{
color: #DCAEC6;
}
.AnyTagClassName
{
color: #DCAEC6;
}
</style>
background-color css
<style>
a { background-color: #DCAEC6; }
a { background-color: rgb(220,174,198); }
div.DivClassName
{
background-color: #DCAEC6;
}
.BgClassName
{
background-color: #DCAEC6;
}
</style>
border-color css
<style>
span { border-color: #DCAEC6; }
span { border-color: rgb(220,174,198); }
td.TdClassName
{
border-color: #DCAEC6;
}
.TagClassName
{
border-color: #DCAEC6;
}
</style>