Shades of Twilight #DCAECC
Tints of Twilight #DCAECC
RGB
CMYK
RGB Variations
Color information
#DCAECC (or 0xDCAECC) is known color: Twilight. HEX triplet: DC, AE and CC. RGB value is (220,174,204). Sum of RGB (Red+Green+Blue) = 220+174+204=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 174 (68.36% from 255 or 29.10% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAECC is #235133. Grayscale: #BFBFBF. Windows color (decimal): -2314548 or 13414108. OLE color: 13414108.
HSL color Cylindrical-coordinate representation of color #DCAECC: hue angle of 320.87º 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 #DCAECC is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 204 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.14 |
| HSL | 320.87º | 0.4% | 0.77% | - |
| HSV(B) | 320.87º | 0.21% | 0.86% | - |
| XYZ | 55.55 | 49.85 | 63.82 | - |
| YUV | 191.17 | 135.24 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 204 | 0 | 0.21 | 0.07 | 0.14 | 320.87 | 0.4 | 0.77 |
| Hex | DC | AE | CC | 0 | 15 | 7 | E | 141 | 28 | 4D |
| Octal | 334 | 256 | 314 | 0 | 25 | 7 | 16 | 501 | 50 | 115 |
| Binary | 11011100 | 10101110 | 11001100 | 0 | 10101 | 111 | 1110 | 101000001 | 101000 | 1001101 |
Color Harmonies of #DCAECC
Complementary color
Monochromatic Colors of #DCAECC
Black with #DCAECC
Text Example
Text Example
White with #DCAECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAECC; }
p { color: rgb(220,174,204); }
H1.HeaderClassName
{
color: #DCAECC;
}
.AnyTagClassName
{
color: #DCAECC;
}
</style>
background-color css
<style>
a { background-color: #DCAECC; }
a { background-color: rgb(220,174,204); }
div.DivClassName
{
background-color: #DCAECC;
}
.BgClassName
{
background-color: #DCAECC;
}
</style>
border-color css
<style>
span { border-color: #DCAECC; }
span { border-color: rgb(220,174,204); }
td.TdClassName
{
border-color: #DCAECC;
}
.TagClassName
{
border-color: #DCAECC;
}
</style>