Shades of Twilight #DDABC8
Tints of Twilight #DDABC8
RGB
CMYK
RGB Variations
Color information
#DDABC8 (or 0xDDABC8) is known color: Twilight. HEX triplet: DD, AB and C8. RGB value is (221,171,200). Sum of RGB (Red+Green+Blue) = 221+171+200=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 171 (67.19% from 255 or 28.89% from 592); Blue value is 200 (78.52% from 255 or 33.78% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDABC8 is #225437. Grayscale: #BDBDBD. Windows color (decimal): -2249784 or 13151197. OLE color: 13151197.
HSL color Cylindrical-coordinate representation of color #DDABC8: hue angle of 325.2º degrees, saturation: 0.42, 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 #DDABC8 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 200 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.13 |
| HSL | 325.2º | 0.42% | 0.77% | - |
| HSV(B) | 325.2º | 0.23% | 0.87% | - |
| XYZ | 54.81 | 48.67 | 61.15 | - |
| YUV | 189.26 | 134.07 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 200 | 0 | 0.23 | 0.10 | 0.13 | 325.2 | 0.42 | 0.77 |
| Hex | DD | AB | C8 | 0 | 17 | A | D | 145 | 2A | 4D |
| Octal | 335 | 253 | 310 | 0 | 27 | 12 | 15 | 505 | 52 | 115 |
| Binary | 11011101 | 10101011 | 11001000 | 0 | 10111 | 1010 | 1101 | 101000101 | 101010 | 1001101 |
Color Harmonies of #DDABC8
Complementary color
Monochromatic Colors of #DDABC8
Black with #DDABC8
Text Example
Text Example
White with #DDABC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDABC8; }
p { color: rgb(221,171,200); }
H1.HeaderClassName
{
color: #DDABC8;
}
.AnyTagClassName
{
color: #DDABC8;
}
</style>
background-color css
<style>
a { background-color: #DDABC8; }
a { background-color: rgb(221,171,200); }
div.DivClassName
{
background-color: #DDABC8;
}
.BgClassName
{
background-color: #DDABC8;
}
</style>
border-color css
<style>
span { border-color: #DDABC8; }
span { border-color: rgb(221,171,200); }
td.TdClassName
{
border-color: #DDABC8;
}
.TagClassName
{
border-color: #DDABC8;
}
</style>