Shades of Twilight #DCAEC7
Tints of Twilight #DCAEC7
RGB
CMYK
RGB Variations
Color information
#DCAEC7 (or 0xDCAEC7) is known color: Twilight. HEX triplet: DC, AE and C7. RGB value is (220,174,199). Sum of RGB (Red+Green+Blue) = 220+174+199=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 174 (68.36% from 255 or 29.34% from 593); Blue value is 199 (78.12% from 255 or 33.56% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAEC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAEC7 is #235138. Grayscale: #BEBEBE. Windows color (decimal): -2314553 or 13086428. OLE color: 13086428.
HSL color Cylindrical-coordinate representation of color #DCAEC7: hue angle of 327.39º 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 #DCAEC7 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 199 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.14 |
| HSL | 327.39º | 0.4% | 0.77% | - |
| HSV(B) | 327.39º | 0.21% | 0.86% | - |
| XYZ | 54.96 | 49.61 | 60.71 | - |
| YUV | 190.6 | 132.74 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 199 | 0 | 0.21 | 0.10 | 0.14 | 327.39 | 0.4 | 0.77 |
| Hex | DC | AE | C7 | 0 | 15 | A | E | 147 | 28 | 4D |
| Octal | 334 | 256 | 307 | 0 | 25 | 12 | 16 | 507 | 50 | 115 |
| Binary | 11011100 | 10101110 | 11000111 | 0 | 10101 | 1010 | 1110 | 101000111 | 101000 | 1001101 |
Color Harmonies of #DCAEC7
Complementary color
Monochromatic Colors of #DCAEC7
Black with #DCAEC7
Text Example
Text Example
White with #DCAEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAEC7; }
p { color: rgb(220,174,199); }
H1.HeaderClassName
{
color: #DCAEC7;
}
.AnyTagClassName
{
color: #DCAEC7;
}
</style>
background-color css
<style>
a { background-color: #DCAEC7; }
a { background-color: rgb(220,174,199); }
div.DivClassName
{
background-color: #DCAEC7;
}
.BgClassName
{
background-color: #DCAEC7;
}
</style>
border-color css
<style>
span { border-color: #DCAEC7; }
span { border-color: rgb(220,174,199); }
td.TdClassName
{
border-color: #DCAEC7;
}
.TagClassName
{
border-color: #DCAEC7;
}
</style>