Shades of Twilight #DDAAC8
Tints of Twilight #DDAAC8
RGB
CMYK
RGB Variations
Color information
#DDAAC8 (or 0xDDAAC8) is known color: Twilight. HEX triplet: DD, AA and C8. RGB value is (221,170,200). Sum of RGB (Red+Green+Blue) = 221+170+200=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 170 (66.80% from 255 or 28.76% from 591); Blue value is 200 (78.52% from 255 or 33.84% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAAC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAAC8 is #225537. Grayscale: #BCBCBC. Windows color (decimal): -2250040 or 13150941. OLE color: 13150941.
HSL color Cylindrical-coordinate representation of color #DDAAC8: hue angle of 324.71º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDAAC8 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 170 | 200 | - |
CMYK | 0 | 0.23 | 0.10 | 0.13 |
HSL | 324.71º | 0.43% | 0.77% | - |
HSV(B) | 324.71º | 0.23% | 0.87% | - |
XYZ | 54.62 | 48.29 | 61.09 | - |
YUV | 188.67 | 134.4 | 151.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 170 | 200 | 0 | 0.23 | 0.10 | 0.13 | 324.71 | 0.43 | 0.77 |
Hex | DD | AA | C8 | 0 | 17 | A | D | 145 | 2B | 4D |
Octal | 335 | 252 | 310 | 0 | 27 | 12 | 15 | 505 | 53 | 115 |
Binary | 11011101 | 10101010 | 11001000 | 0 | 10111 | 1010 | 1101 | 101000101 | 101011 | 1001101 |
Color Harmonies of #DDAAC8
Complementary color
Monochromatic Colors of #DDAAC8
Black with #DDAAC8
Text Example
Text Example
White with #DDAAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAAC8; }
p { color: rgb(221,170,200); }
H1.HeaderClassName
{
color: #DDAAC8;
}
.AnyTagClassName
{
color: #DDAAC8;
}
</style>
background-color css
<style>
a { background-color: #DDAAC8; }
a { background-color: rgb(221,170,200); }
div.DivClassName
{
background-color: #DDAAC8;
}
.BgClassName
{
background-color: #DDAAC8;
}
</style>
border-color css
<style>
span { border-color: #DDAAC8; }
span { border-color: rgb(221,170,200); }
td.TdClassName
{
border-color: #DDAAC8;
}
.TagClassName
{
border-color: #DDAAC8;
}
</style>