Shades of Twilight #DDAEC9
Tints of Twilight #DDAEC9
RGB
CMYK
RGB Variations
Color information
#DDAEC9 (or 0xDDAEC9) is known color: Twilight. HEX triplet: DD, AE and C9. RGB value is (221,174,201). Sum of RGB (Red+Green+Blue) = 221+174+201=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 174 (68.36% from 255 or 29.19% from 596); Blue value is 201 (78.91% from 255 or 33.72% from 596); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAEC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAEC9 is #225136. Grayscale: #BFBFBF. Windows color (decimal): -2249015 or 13217501. OLE color: 13217501.
HSL color Cylindrical-coordinate representation of color #DDAEC9: hue angle of 325.53º 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 #DDAEC9 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 174 | 201 | - |
CMYK | 0 | 0.21 | 0.09 | 0.13 |
HSL | 325.53º | 0.41% | 0.77% | - |
HSV(B) | 325.53º | 0.21% | 0.87% | - |
XYZ | 55.5 | 49.86 | 61.96 | - |
YUV | 191.13 | 133.57 | 149.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 174 | 201 | 0 | 0.21 | 0.09 | 0.13 | 325.53 | 0.41 | 0.77 |
Hex | DD | AE | C9 | 0 | 15 | 9 | D | 146 | 29 | 4D |
Octal | 335 | 256 | 311 | 0 | 25 | 11 | 15 | 506 | 51 | 115 |
Binary | 11011101 | 10101110 | 11001001 | 0 | 10101 | 1001 | 1101 | 101000110 | 101001 | 1001101 |
Color Harmonies of #DDAEC9
Complementary color
Monochromatic Colors of #DDAEC9
Black with #DDAEC9
Text Example
Text Example
White with #DDAEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAEC9; }
p { color: rgb(221,174,201); }
H1.HeaderClassName
{
color: #DDAEC9;
}
.AnyTagClassName
{
color: #DDAEC9;
}
</style>
background-color css
<style>
a { background-color: #DDAEC9; }
a { background-color: rgb(221,174,201); }
div.DivClassName
{
background-color: #DDAEC9;
}
.BgClassName
{
background-color: #DDAEC9;
}
</style>
border-color css
<style>
span { border-color: #DDAEC9; }
span { border-color: rgb(221,174,201); }
td.TdClassName
{
border-color: #DDAEC9;
}
.TagClassName
{
border-color: #DDAEC9;
}
</style>