Shades of Twilight #DDAFC9
Tints of Twilight #DDAFC9
RGB
CMYK
RGB Variations
Color information
#DDAFC9 (or 0xDDAFC9) is known color: Twilight. HEX triplet: DD, AF and C9. RGB value is (221,175,201). Sum of RGB (Red+Green+Blue) = 221+175+201=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 201 (78.91% from 255 or 33.67% from 597); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFC9 is #225036. Grayscale: #BFBFBF. Windows color (decimal): -2248759 or 13217757. OLE color: 13217757.
HSL color Cylindrical-coordinate representation of color #DDAFC9: hue angle of 326.09º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDAFC9 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 175 | 201 | - |
CMYK | 0 | 0.21 | 0.09 | 0.13 |
HSL | 326.09º | 0.4% | 0.78% | - |
HSV(B) | 326.09º | 0.21% | 0.87% | - |
XYZ | 55.69 | 50.25 | 62.02 | - |
YUV | 191.72 | 133.24 | 148.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 175 | 201 | 0 | 0.21 | 0.09 | 0.13 | 326.09 | 0.4 | 0.78 |
Hex | DD | AF | C9 | 0 | 15 | 9 | D | 146 | 28 | 4E |
Octal | 335 | 257 | 311 | 0 | 25 | 11 | 15 | 506 | 50 | 116 |
Binary | 11011101 | 10101111 | 11001001 | 0 | 10101 | 1001 | 1101 | 101000110 | 101000 | 1001110 |
Color Harmonies of #DDAFC9
Complementary color
Monochromatic Colors of #DDAFC9
Black with #DDAFC9
Text Example
Text Example
White with #DDAFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAFC9; }
p { color: rgb(221,175,201); }
H1.HeaderClassName
{
color: #DDAFC9;
}
.AnyTagClassName
{
color: #DDAFC9;
}
</style>
background-color css
<style>
a { background-color: #DDAFC9; }
a { background-color: rgb(221,175,201); }
div.DivClassName
{
background-color: #DDAFC9;
}
.BgClassName
{
background-color: #DDAFC9;
}
</style>
border-color css
<style>
span { border-color: #DDAFC9; }
span { border-color: rgb(221,175,201); }
td.TdClassName
{
border-color: #DDAFC9;
}
.TagClassName
{
border-color: #DDAFC9;
}
</style>