Shades of French Lilac #DFAED2
Tints of French Lilac #DFAED2
RGB
CMYK
RGB Variations
Color information
#DFAED2 (or 0xDFAED2) is known color: French Lilac. HEX triplet: DF, AE and D2. RGB value is (223,174,210). Sum of RGB (Red+Green+Blue) = 223+174+210=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 210 (82.42% from 255 or 34.60% from 607); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAED2 is #20512D. Grayscale: #C0C0C0. Windows color (decimal): -2117934 or 13807327. OLE color: 13807327.
HSL color Cylindrical-coordinate representation of color #DFAED2: hue angle of 315.92º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFAED2 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 174 | 210 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.13 |
| HSL | 315.92º | 0.43% | 0.78% | - |
| HSV(B) | 315.92º | 0.22% | 0.87% | - |
| XYZ | 57.2 | 50.61 | 67.73 | - |
| YUV | 192.76 | 137.73 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 174 | 210 | 0 | 0.22 | 0.06 | 0.13 | 315.92 | 0.43 | 0.78 |
| Hex | DF | AE | D2 | 0 | 16 | 6 | D | 13C | 2B | 4E |
| Octal | 337 | 256 | 322 | 0 | 26 | 6 | 15 | 474 | 53 | 116 |
| Binary | 11011111 | 10101110 | 11010010 | 0 | 10110 | 110 | 1101 | 100111100 | 101011 | 1001110 |
Color Harmonies of #DFAED2
Complementary color
Monochromatic Colors of #DFAED2
Black with #DFAED2
Text Example
Text Example
White with #DFAED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAED2; }
p { color: rgb(223,174,210); }
H1.HeaderClassName
{
color: #DFAED2;
}
.AnyTagClassName
{
color: #DFAED2;
}
</style>
background-color css
<style>
a { background-color: #DFAED2; }
a { background-color: rgb(223,174,210); }
div.DivClassName
{
background-color: #DFAED2;
}
.BgClassName
{
background-color: #DFAED2;
}
</style>
border-color css
<style>
span { border-color: #DFAED2; }
span { border-color: rgb(223,174,210); }
td.TdClassName
{
border-color: #DFAED2;
}
.TagClassName
{
border-color: #DFAED2;
}
</style>