Shades of Twilight #DCAECA
Tints of Twilight #DCAECA
RGB
CMYK
RGB Variations
Color information
#DCAECA (or 0xDCAECA) is known color: Twilight. HEX triplet: DC, AE and CA. RGB value is (220,174,202). Sum of RGB (Red+Green+Blue) = 220+174+202=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 174 (68.36% from 255 or 29.19% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAECA is #235135. Grayscale: #BEBEBE. Windows color (decimal): -2314550 or 13283036. OLE color: 13283036.
HSL color Cylindrical-coordinate representation of color #DCAECA: hue angle of 323.48º 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 #DCAECA is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 202 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.14 |
| HSL | 323.48º | 0.4% | 0.77% | - |
| HSV(B) | 323.48º | 0.21% | 0.86% | - |
| XYZ | 55.31 | 49.75 | 62.56 | - |
| YUV | 190.95 | 134.24 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 202 | 0 | 0.21 | 0.08 | 0.14 | 323.48 | 0.4 | 0.77 |
| Hex | DC | AE | CA | 0 | 15 | 8 | E | 143 | 28 | 4D |
| Octal | 334 | 256 | 312 | 0 | 25 | 10 | 16 | 503 | 50 | 115 |
| Binary | 11011100 | 10101110 | 11001010 | 0 | 10101 | 1000 | 1110 | 101000011 | 101000 | 1001101 |
Color Harmonies of #DCAECA
Complementary color
Monochromatic Colors of #DCAECA
Black with #DCAECA
Text Example
Text Example
White with #DCAECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAECA; }
p { color: rgb(220,174,202); }
H1.HeaderClassName
{
color: #DCAECA;
}
.AnyTagClassName
{
color: #DCAECA;
}
</style>
background-color css
<style>
a { background-color: #DCAECA; }
a { background-color: rgb(220,174,202); }
div.DivClassName
{
background-color: #DCAECA;
}
.BgClassName
{
background-color: #DCAECA;
}
</style>
border-color css
<style>
span { border-color: #DCAECA; }
span { border-color: rgb(220,174,202); }
td.TdClassName
{
border-color: #DCAECA;
}
.TagClassName
{
border-color: #DCAECA;
}
</style>