Shades of Twilight #DDADC6
Tints of Twilight #DDADC6
RGB
CMYK
RGB Variations
Color information
#DDADC6 (or 0xDDADC6) is known color: Twilight. HEX triplet: DD, AD and C6. RGB value is (221,173,198). Sum of RGB (Red+Green+Blue) = 221+173+198=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 173 (67.97% from 255 or 29.22% from 592); Blue value is 198 (77.73% from 255 or 33.45% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADC6 is #225239. Grayscale: #BEBEBE. Windows color (decimal): -2249274 or 13020637. OLE color: 13020637.
HSL color Cylindrical-coordinate representation of color #DDADC6: hue angle of 328.75º 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 #DDADC6 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 173 | 198 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.13 |
| HSL | 328.75º | 0.41% | 0.77% | - |
| HSV(B) | 328.75º | 0.22% | 0.87% | - |
| XYZ | 54.96 | 49.34 | 60.05 | - |
| YUV | 190.2 | 132.4 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 173 | 198 | 0 | 0.22 | 0.10 | 0.13 | 328.75 | 0.41 | 0.77 |
| Hex | DD | AD | C6 | 0 | 16 | A | D | 149 | 29 | 4D |
| Octal | 335 | 255 | 306 | 0 | 26 | 12 | 15 | 511 | 51 | 115 |
| Binary | 11011101 | 10101101 | 11000110 | 0 | 10110 | 1010 | 1101 | 101001001 | 101001 | 1001101 |
Color Harmonies of #DDADC6
Complementary color
Monochromatic Colors of #DDADC6
Black with #DDADC6
Text Example
Text Example
White with #DDADC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDADC6; }
p { color: rgb(221,173,198); }
H1.HeaderClassName
{
color: #DDADC6;
}
.AnyTagClassName
{
color: #DDADC6;
}
</style>
background-color css
<style>
a { background-color: #DDADC6; }
a { background-color: rgb(221,173,198); }
div.DivClassName
{
background-color: #DDADC6;
}
.BgClassName
{
background-color: #DDADC6;
}
</style>
border-color css
<style>
span { border-color: #DDADC6; }
span { border-color: rgb(221,173,198); }
td.TdClassName
{
border-color: #DDADC6;
}
.TagClassName
{
border-color: #DDADC6;
}
</style>