Shades of Twilight #DDAFCC
Tints of Twilight #DDAFCC
RGB
CMYK
RGB Variations
Color information
#DDAFCC (or 0xDDAFCC) is known color: Twilight. HEX triplet: DD, AF and CC. RGB value is (221,175,204). Sum of RGB (Red+Green+Blue) = 221+175+204=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 175 (68.75% from 255 or 29.17% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFCC is #225033. Grayscale: #BFBFBF. Windows color (decimal): -2248756 or 13414365. OLE color: 13414365.
HSL color Cylindrical-coordinate representation of color #DDAFCC: hue angle of 322.17º 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 #DDAFCC is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 175 | 204 | - |
CMYK | 0 | 0.21 | 0.08 | 0.13 |
HSL | 322.17º | 0.4% | 0.78% | - |
HSV(B) | 322.17º | 0.21% | 0.87% | - |
XYZ | 56.05 | 50.39 | 63.9 | - |
YUV | 192.06 | 134.74 | 148.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 175 | 204 | 0 | 0.21 | 0.08 | 0.13 | 322.17 | 0.4 | 0.78 |
Hex | DD | AF | CC | 0 | 15 | 8 | D | 142 | 28 | 4E |
Octal | 335 | 257 | 314 | 0 | 25 | 10 | 15 | 502 | 50 | 116 |
Binary | 11011101 | 10101111 | 11001100 | 0 | 10101 | 1000 | 1101 | 101000010 | 101000 | 1001110 |
Color Harmonies of #DDAFCC
Complementary color
Monochromatic Colors of #DDAFCC
Black with #DDAFCC
Text Example
Text Example
White with #DDAFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAFCC; }
p { color: rgb(221,175,204); }
H1.HeaderClassName
{
color: #DDAFCC;
}
.AnyTagClassName
{
color: #DDAFCC;
}
</style>
background-color css
<style>
a { background-color: #DDAFCC; }
a { background-color: rgb(221,175,204); }
div.DivClassName
{
background-color: #DDAFCC;
}
.BgClassName
{
background-color: #DDAFCC;
}
</style>
border-color css
<style>
span { border-color: #DDAFCC; }
span { border-color: rgb(221,175,204); }
td.TdClassName
{
border-color: #DDAFCC;
}
.TagClassName
{
border-color: #DDAFCC;
}
</style>