Shades of French Lilac #DEA4CF
Tints of French Lilac #DEA4CF
RGB
CMYK
RGB Variations
Color information
#DEA4CF (or 0xDEA4CF) is known color: French Lilac. HEX triplet: DE, A4 and CF. RGB value is (222,164,207). Sum of RGB (Red+Green+Blue) = 222+164+207=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 164 (64.45% from 255 or 27.66% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA4CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA4CF is #215B30. Grayscale: #BABABA. Windows color (decimal): -2186033 or 13608158. OLE color: 13608158.
HSL color Cylindrical-coordinate representation of color #DEA4CF: hue angle of 315.52º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEA4CF is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 164 | 207 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.13 |
| HSL | 315.52º | 0.47% | 0.76% | - |
| HSV(B) | 315.52º | 0.26% | 0.87% | - |
| XYZ | 54.66 | 46.59 | 65.14 | - |
| YUV | 186.24 | 139.72 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 164 | 207 | 0 | 0.26 | 0.07 | 0.13 | 315.52 | 0.47 | 0.76 |
| Hex | DE | A4 | CF | 0 | 1A | 7 | D | 13C | 2F | 4C |
| Octal | 336 | 244 | 317 | 0 | 32 | 7 | 15 | 474 | 57 | 114 |
| Binary | 11011110 | 10100100 | 11001111 | 0 | 11010 | 111 | 1101 | 100111100 | 101111 | 1001100 |
Color Harmonies of #DEA4CF
Complementary color
Monochromatic Colors of #DEA4CF
Black with #DEA4CF
Text Example
Text Example
White with #DEA4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA4CF; }
p { color: rgb(222,164,207); }
H1.HeaderClassName
{
color: #DEA4CF;
}
.AnyTagClassName
{
color: #DEA4CF;
}
</style>
background-color css
<style>
a { background-color: #DEA4CF; }
a { background-color: rgb(222,164,207); }
div.DivClassName
{
background-color: #DEA4CF;
}
.BgClassName
{
background-color: #DEA4CF;
}
</style>
border-color css
<style>
span { border-color: #DEA4CF; }
span { border-color: rgb(222,164,207); }
td.TdClassName
{
border-color: #DEA4CF;
}
.TagClassName
{
border-color: #DEA4CF;
}
</style>