Shades of French Lilac #DDAFDB
Tints of French Lilac #DDAFDB
RGB
CMYK
RGB Variations
Color information
#DDAFDB (or 0xDDAFDB) is known color: French Lilac. HEX triplet: DD, AF and DB. RGB value is (221,175,219). Sum of RGB (Red+Green+Blue) = 221+175+219=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 175 (68.75% from 255 or 28.46% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFDB is #225024. Grayscale: #C1C1C1. Windows color (decimal): -2248741 or 14397405. OLE color: 14397405.
HSL color Cylindrical-coordinate representation of color #DDAFDB: hue angle of 302.61º 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 #DDAFDB is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 175 | 219 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.13 |
| HSL | 302.61º | 0.4% | 0.78% | - |
| HSV(B) | 302.61º | 0.21% | 0.87% | - |
| XYZ | 57.93 | 51.15 | 73.84 | - |
| YUV | 193.77 | 142.24 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 175 | 219 | 0 | 0.21 | 0.01 | 0.13 | 302.61 | 0.4 | 0.78 |
| Hex | DD | AF | DB | 0 | 15 | 1 | D | 12F | 28 | 4E |
| Octal | 335 | 257 | 333 | 0 | 25 | 1 | 15 | 457 | 50 | 116 |
| Binary | 11011101 | 10101111 | 11011011 | 0 | 10101 | 1 | 1101 | 100101111 | 101000 | 1001110 |
Color Harmonies of #DDAFDB
Complementary color
Monochromatic Colors of #DDAFDB
Black with #DDAFDB
Text Example
Text Example
White with #DDAFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAFDB; }
p { color: rgb(221,175,219); }
H1.HeaderClassName
{
color: #DDAFDB;
}
.AnyTagClassName
{
color: #DDAFDB;
}
</style>
background-color css
<style>
a { background-color: #DDAFDB; }
a { background-color: rgb(221,175,219); }
div.DivClassName
{
background-color: #DDAFDB;
}
.BgClassName
{
background-color: #DDAFDB;
}
</style>
border-color css
<style>
span { border-color: #DDAFDB; }
span { border-color: rgb(221,175,219); }
td.TdClassName
{
border-color: #DDAFDB;
}
.TagClassName
{
border-color: #DDAFDB;
}
</style>