Shades of French Lilac #D4ADCE
Tints of French Lilac #D4ADCE
RGB
CMYK
RGB Variations
Color information
#D4ADCE (or 0xD4ADCE) is known color: French Lilac. HEX triplet: D4, AD and CE. RGB value is (212,173,206). Sum of RGB (Red+Green+Blue) = 212+173+206=591 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.87% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ADCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ADCE is #2B5231. Grayscale: #BCBCBC. Windows color (decimal): -2839090 or 13544916. OLE color: 13544916.
HSL color Cylindrical-coordinate representation of color #D4ADCE: hue angle of 309.23º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4ADCE is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 173 | 206 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.17 |
| HSL | 309.23º | 0.31% | 0.75% | - |
| HSV(B) | 309.23º | 0.18% | 0.83% | - |
| XYZ | 53.24 | 48.34 | 64.92 | - |
| YUV | 188.42 | 137.92 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 173 | 206 | 0 | 0.18 | 0.03 | 0.17 | 309.23 | 0.31 | 0.75 |
| Hex | D4 | AD | CE | 0 | 12 | 3 | 11 | 135 | 1F | 4B |
| Octal | 324 | 255 | 316 | 0 | 22 | 3 | 21 | 465 | 37 | 113 |
| Binary | 11010100 | 10101101 | 11001110 | 0 | 10010 | 11 | 10001 | 100110101 | 11111 | 1001011 |
Color Harmonies of #D4ADCE
Complementary color
Monochromatic Colors of #D4ADCE
Black with #D4ADCE
Text Example
Text Example
White with #D4ADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4ADCE; }
p { color: rgb(212,173,206); }
H1.HeaderClassName
{
color: #D4ADCE;
}
.AnyTagClassName
{
color: #D4ADCE;
}
</style>
background-color css
<style>
a { background-color: #D4ADCE; }
a { background-color: rgb(212,173,206); }
div.DivClassName
{
background-color: #D4ADCE;
}
.BgClassName
{
background-color: #D4ADCE;
}
</style>
border-color css
<style>
span { border-color: #D4ADCE; }
span { border-color: rgb(212,173,206); }
td.TdClassName
{
border-color: #D4ADCE;
}
.TagClassName
{
border-color: #D4ADCE;
}
</style>