Shades of Twilight #DDADC8
Tints of Twilight #DDADC8
RGB
CMYK
RGB Variations
Color information
#DDADC8 (or 0xDDADC8) is known color: Twilight. HEX triplet: DD, AD and C8. RGB value is (221,173,200). Sum of RGB (Red+Green+Blue) = 221+173+200=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 173 (67.97% from 255 or 29.12% from 594); Blue value is 200 (78.52% from 255 or 33.67% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADC8 is #225237. Grayscale: #BEBEBE. Windows color (decimal): -2249272 or 13151709. OLE color: 13151709.
HSL color Cylindrical-coordinate representation of color #DDADC8: hue angle of 326.25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDADC8 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 173 | 200 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.13 |
| HSL | 326.25º | 0.41% | 0.77% | - |
| HSV(B) | 326.25º | 0.22% | 0.87% | - |
| XYZ | 55.19 | 49.43 | 61.28 | - |
| YUV | 190.43 | 133.4 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 173 | 200 | 0 | 0.22 | 0.10 | 0.13 | 326.25 | 0.41 | 0.77 |
| Hex | DD | AD | C8 | 0 | 16 | A | D | 146 | 29 | 4D |
| Octal | 335 | 255 | 310 | 0 | 26 | 12 | 15 | 506 | 51 | 115 |
| Binary | 11011101 | 10101101 | 11001000 | 0 | 10110 | 1010 | 1101 | 101000110 | 101001 | 1001101 |
Color Harmonies of #DDADC8
Complementary color
Monochromatic Colors of #DDADC8
Black with #DDADC8
Text Example
Text Example
White with #DDADC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDADC8; }
p { color: rgb(221,173,200); }
H1.HeaderClassName
{
color: #DDADC8;
}
.AnyTagClassName
{
color: #DDADC8;
}
</style>
background-color css
<style>
a { background-color: #DDADC8; }
a { background-color: rgb(221,173,200); }
div.DivClassName
{
background-color: #DDADC8;
}
.BgClassName
{
background-color: #DDADC8;
}
</style>
border-color css
<style>
span { border-color: #DDADC8; }
span { border-color: rgb(221,173,200); }
td.TdClassName
{
border-color: #DDADC8;
}
.TagClassName
{
border-color: #DDADC8;
}
</style>