Shades of French Lilac #D5ABCC
Tints of French Lilac #D5ABCC
RGB
CMYK
RGB Variations
Color information
#D5ABCC (or 0xD5ABCC) is known color: French Lilac. HEX triplet: D5, AB and CC. RGB value is (213,171,204). Sum of RGB (Red+Green+Blue) = 213+171+204=588 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.22% from 588); Green value is 171 (67.19% from 255 or 29.08% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ABCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ABCC is #2A5433. Grayscale: #BBBBBB. Windows color (decimal): -2774068 or 13413333. OLE color: 13413333.
HSL color Cylindrical-coordinate representation of color #D5ABCC: hue angle of 312.86º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5ABCC is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 171 | 204 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.16 |
| HSL | 312.86º | 0.33% | 0.75% | - |
| HSV(B) | 312.86º | 0.2% | 0.84% | - |
| XYZ | 52.9 | 47.63 | 63.53 | - |
| YUV | 187.32 | 137.41 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 171 | 204 | 0 | 0.20 | 0.04 | 0.16 | 312.86 | 0.33 | 0.75 |
| Hex | D5 | AB | CC | 0 | 14 | 4 | 10 | 139 | 21 | 4B |
| Octal | 325 | 253 | 314 | 0 | 24 | 4 | 20 | 471 | 41 | 113 |
| Binary | 11010101 | 10101011 | 11001100 | 0 | 10100 | 100 | 10000 | 100111001 | 100001 | 1001011 |
Color Harmonies of #D5ABCC
Complementary color
Monochromatic Colors of #D5ABCC
Black with #D5ABCC
Text Example
Text Example
White with #D5ABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ABCC; }
p { color: rgb(213,171,204); }
H1.HeaderClassName
{
color: #D5ABCC;
}
.AnyTagClassName
{
color: #D5ABCC;
}
</style>
background-color css
<style>
a { background-color: #D5ABCC; }
a { background-color: rgb(213,171,204); }
div.DivClassName
{
background-color: #D5ABCC;
}
.BgClassName
{
background-color: #D5ABCC;
}
</style>
border-color css
<style>
span { border-color: #D5ABCC; }
span { border-color: rgb(213,171,204); }
td.TdClassName
{
border-color: #D5ABCC;
}
.TagClassName
{
border-color: #D5ABCC;
}
</style>