Shades of Twilight #DDAEC7
Tints of Twilight #DDAEC7
RGB
CMYK
RGB Variations
Color information
#DDAEC7 (or 0xDDAEC7) is known color: Twilight. HEX triplet: DD, AE and C7. RGB value is (221,174,199). Sum of RGB (Red+Green+Blue) = 221+174+199=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 174 (68.36% from 255 or 29.29% from 594); Blue value is 199 (78.12% from 255 or 33.50% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAEC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAEC7 is #225138. Grayscale: #BEBEBE. Windows color (decimal): -2249017 or 13086429. OLE color: 13086429.
HSL color Cylindrical-coordinate representation of color #DDAEC7: hue angle of 328.09º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDAEC7 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 174 | 199 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.13 |
| HSL | 328.09º | 0.41% | 0.77% | - |
| HSV(B) | 328.09º | 0.21% | 0.87% | - |
| XYZ | 55.26 | 49.77 | 60.73 | - |
| YUV | 190.9 | 132.57 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 174 | 199 | 0 | 0.21 | 0.10 | 0.13 | 328.09 | 0.41 | 0.77 |
| Hex | DD | AE | C7 | 0 | 15 | A | D | 148 | 29 | 4D |
| Octal | 335 | 256 | 307 | 0 | 25 | 12 | 15 | 510 | 51 | 115 |
| Binary | 11011101 | 10101110 | 11000111 | 0 | 10101 | 1010 | 1101 | 101001000 | 101001 | 1001101 |
Color Harmonies of #DDAEC7
Complementary color
Monochromatic Colors of #DDAEC7
Black with #DDAEC7
Text Example
Text Example
White with #DDAEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAEC7; }
p { color: rgb(221,174,199); }
H1.HeaderClassName
{
color: #DDAEC7;
}
.AnyTagClassName
{
color: #DDAEC7;
}
</style>
background-color css
<style>
a { background-color: #DDAEC7; }
a { background-color: rgb(221,174,199); }
div.DivClassName
{
background-color: #DDAEC7;
}
.BgClassName
{
background-color: #DDAEC7;
}
</style>
border-color css
<style>
span { border-color: #DDAEC7; }
span { border-color: rgb(221,174,199); }
td.TdClassName
{
border-color: #DDAEC7;
}
.TagClassName
{
border-color: #DDAEC7;
}
</style>