Shades of French Lilac #D5AFCD
Tints of French Lilac #D5AFCD
RGB
CMYK
RGB Variations
Color information
#D5AFCD (or 0xD5AFCD) is known color: French Lilac. HEX triplet: D5, AF and CD. RGB value is (213,175,205). Sum of RGB (Red+Green+Blue) = 213+175+205=593 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.92% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AFCD is #2A5032. Grayscale: #BDBDBD. Windows color (decimal): -2773043 or 13479893. OLE color: 13479893.
HSL color Cylindrical-coordinate representation of color #D5AFCD: hue angle of 312.63º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5AFCD is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 175 | 205 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.16 |
| HSL | 312.63º | 0.31% | 0.76% | - |
| HSV(B) | 312.63º | 0.18% | 0.84% | - |
| XYZ | 53.79 | 49.21 | 64.42 | - |
| YUV | 189.78 | 136.59 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 175 | 205 | 0 | 0.18 | 0.04 | 0.16 | 312.63 | 0.31 | 0.76 |
| Hex | D5 | AF | CD | 0 | 12 | 4 | 10 | 139 | 1F | 4C |
| Octal | 325 | 257 | 315 | 0 | 22 | 4 | 20 | 471 | 37 | 114 |
| Binary | 11010101 | 10101111 | 11001101 | 0 | 10010 | 100 | 10000 | 100111001 | 11111 | 1001100 |
Color Harmonies of #D5AFCD
Complementary color
Monochromatic Colors of #D5AFCD
Black with #D5AFCD
Text Example
Text Example
White with #D5AFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AFCD; }
p { color: rgb(213,175,205); }
H1.HeaderClassName
{
color: #D5AFCD;
}
.AnyTagClassName
{
color: #D5AFCD;
}
</style>
background-color css
<style>
a { background-color: #D5AFCD; }
a { background-color: rgb(213,175,205); }
div.DivClassName
{
background-color: #D5AFCD;
}
.BgClassName
{
background-color: #D5AFCD;
}
</style>
border-color css
<style>
span { border-color: #D5AFCD; }
span { border-color: rgb(213,175,205); }
td.TdClassName
{
border-color: #D5AFCD;
}
.TagClassName
{
border-color: #D5AFCD;
}
</style>