Shades of Twilight #DDAECB
Tints of Twilight #DDAECB
RGB
CMYK
RGB Variations
Color information
#DDAECB (or 0xDDAECB) is known color: Twilight. HEX triplet: DD, AE and CB. RGB value is (221,174,203). Sum of RGB (Red+Green+Blue) = 221+174+203=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 174 (68.36% from 255 or 29.10% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAECB is #225134. Grayscale: #BFBFBF. Windows color (decimal): -2249013 or 13348573. OLE color: 13348573.
HSL color Cylindrical-coordinate representation of color #DDAECB: hue angle of 322.98º 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 #DDAECB is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 174 | 203 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.13 |
| HSL | 322.98º | 0.41% | 0.77% | - |
| HSV(B) | 322.98º | 0.21% | 0.87% | - |
| XYZ | 55.73 | 49.96 | 63.2 | - |
| YUV | 191.36 | 134.57 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 174 | 203 | 0 | 0.21 | 0.08 | 0.13 | 322.98 | 0.41 | 0.77 |
| Hex | DD | AE | CB | 0 | 15 | 8 | D | 143 | 29 | 4D |
| Octal | 335 | 256 | 313 | 0 | 25 | 10 | 15 | 503 | 51 | 115 |
| Binary | 11011101 | 10101110 | 11001011 | 0 | 10101 | 1000 | 1101 | 101000011 | 101001 | 1001101 |
Color Harmonies of #DDAECB
Complementary color
Monochromatic Colors of #DDAECB
Black with #DDAECB
Text Example
Text Example
White with #DDAECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAECB; }
p { color: rgb(221,174,203); }
H1.HeaderClassName
{
color: #DDAECB;
}
.AnyTagClassName
{
color: #DDAECB;
}
</style>
background-color css
<style>
a { background-color: #DDAECB; }
a { background-color: rgb(221,174,203); }
div.DivClassName
{
background-color: #DDAECB;
}
.BgClassName
{
background-color: #DDAECB;
}
</style>
border-color css
<style>
span { border-color: #DDAECB; }
span { border-color: rgb(221,174,203); }
td.TdClassName
{
border-color: #DDAECB;
}
.TagClassName
{
border-color: #DDAECB;
}
</style>