Shades of Twilight #DCAEC9
Tints of Twilight #DCAEC9
RGB
CMYK
RGB Variations
Color information
#DCAEC9 (or 0xDCAEC9) is known color: Twilight. HEX triplet: DC, AE and C9. RGB value is (220,174,201). Sum of RGB (Red+Green+Blue) = 220+174+201=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 174 (68.36% from 255 or 29.24% from 595); Blue value is 201 (78.91% from 255 or 33.78% from 595); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAEC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAEC9 is #235136. Grayscale: #BEBEBE. Windows color (decimal): -2314551 or 13217500. OLE color: 13217500.
HSL color Cylindrical-coordinate representation of color #DCAEC9: hue angle of 324.78º 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 #DCAEC9 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 201 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.14 |
| HSL | 324.78º | 0.4% | 0.77% | - |
| HSV(B) | 324.78º | 0.21% | 0.86% | - |
| XYZ | 55.19 | 49.7 | 61.94 | - |
| YUV | 190.83 | 133.74 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 201 | 0 | 0.21 | 0.09 | 0.14 | 324.78 | 0.4 | 0.77 |
| Hex | DC | AE | C9 | 0 | 15 | 9 | E | 145 | 28 | 4D |
| Octal | 334 | 256 | 311 | 0 | 25 | 11 | 16 | 505 | 50 | 115 |
| Binary | 11011100 | 10101110 | 11001001 | 0 | 10101 | 1001 | 1110 | 101000101 | 101000 | 1001101 |
Color Harmonies of #DCAEC9
Complementary color
Monochromatic Colors of #DCAEC9
Black with #DCAEC9
Text Example
Text Example
White with #DCAEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAEC9; }
p { color: rgb(220,174,201); }
H1.HeaderClassName
{
color: #DCAEC9;
}
.AnyTagClassName
{
color: #DCAEC9;
}
</style>
background-color css
<style>
a { background-color: #DCAEC9; }
a { background-color: rgb(220,174,201); }
div.DivClassName
{
background-color: #DCAEC9;
}
.BgClassName
{
background-color: #DCAEC9;
}
</style>
border-color css
<style>
span { border-color: #DCAEC9; }
span { border-color: rgb(220,174,201); }
td.TdClassName
{
border-color: #DCAEC9;
}
.TagClassName
{
border-color: #DCAEC9;
}
</style>