Shades of Twilight #DDAECA
Tints of Twilight #DDAECA
RGB
CMYK
RGB Variations
Color information
#DDAECA (or 0xDDAECA) is known color: Twilight. HEX triplet: DD, AE and CA. RGB value is (221,174,202). Sum of RGB (Red+Green+Blue) = 221+174+202=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 174 (68.36% from 255 or 29.15% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAECA is #225135. Grayscale: #BFBFBF. Windows color (decimal): -2249014 or 13283037. OLE color: 13283037.
HSL color Cylindrical-coordinate representation of color #DDAECA: hue angle of 324.26º 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 #DDAECA is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 174 | 202 | - |
CMYK | 0 | 0.21 | 0.09 | 0.13 |
HSL | 324.26º | 0.41% | 0.77% | - |
HSV(B) | 324.26º | 0.21% | 0.87% | - |
XYZ | 55.62 | 49.91 | 62.58 | - |
YUV | 191.25 | 134.07 | 149.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 174 | 202 | 0 | 0.21 | 0.09 | 0.13 | 324.26 | 0.41 | 0.77 |
Hex | DD | AE | CA | 0 | 15 | 9 | D | 144 | 29 | 4D |
Octal | 335 | 256 | 312 | 0 | 25 | 11 | 15 | 504 | 51 | 115 |
Binary | 11011101 | 10101110 | 11001010 | 0 | 10101 | 1001 | 1101 | 101000100 | 101001 | 1001101 |
Color Harmonies of #DDAECA
Complementary color
Monochromatic Colors of #DDAECA
Black with #DDAECA
Text Example
Text Example
White with #DDAECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAECA; }
p { color: rgb(221,174,202); }
H1.HeaderClassName
{
color: #DDAECA;
}
.AnyTagClassName
{
color: #DDAECA;
}
</style>
background-color css
<style>
a { background-color: #DDAECA; }
a { background-color: rgb(221,174,202); }
div.DivClassName
{
background-color: #DDAECA;
}
.BgClassName
{
background-color: #DDAECA;
}
</style>
border-color css
<style>
span { border-color: #DDAECA; }
span { border-color: rgb(221,174,202); }
td.TdClassName
{
border-color: #DDAECA;
}
.TagClassName
{
border-color: #DDAECA;
}
</style>