Shades of French Lilac #E6CDDF
Tints of French Lilac #E6CDDF
RGB
CMYK
RGB Variations
Color information
#E6CDDF (or 0xE6CDDF) is known color: French Lilac. HEX triplet: E6, CD and DF. RGB value is (230,205,223). Sum of RGB (Red+Green+Blue) = 230+205+223=658 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.95% from 658); Green value is 205 (80.47% from 255 or 31.16% from 658); Blue value is 223 (87.5% from 255 or 33.89% from 658); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CDDF is #193220. Grayscale: #D6D6D6. Windows color (decimal): -1651233 or 14667238. OLE color: 14667238.
HSL color Cylindrical-coordinate representation of color #E6CDDF: hue angle of 316.8º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E6CDDF is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 205 | 223 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.10 |
| HSL | 316.8º | 0.33% | 0.85% | - |
| HSV(B) | 316.8º | 0.11% | 0.9% | - |
| XYZ | 67.78 | 65.81 | 78.94 | - |
| YUV | 214.53 | 132.78 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 205 | 223 | 0 | 0.11 | 0.03 | 0.10 | 316.8 | 0.33 | 0.85 |
| Hex | E6 | CD | DF | 0 | B | 3 | A | 13D | 21 | 55 |
| Octal | 346 | 315 | 337 | 0 | 13 | 3 | 12 | 475 | 41 | 125 |
| Binary | 11100110 | 11001101 | 11011111 | 0 | 1011 | 11 | 1010 | 100111101 | 100001 | 1010101 |
Color Harmonies of #E6CDDF
Complementary color
Monochromatic Colors of #E6CDDF
Black with #E6CDDF
Text Example
Text Example
White with #E6CDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CDDF; }
p { color: rgb(230,205,223); }
H1.HeaderClassName
{
color: #E6CDDF;
}
.AnyTagClassName
{
color: #E6CDDF;
}
</style>
background-color css
<style>
a { background-color: #E6CDDF; }
a { background-color: rgb(230,205,223); }
div.DivClassName
{
background-color: #E6CDDF;
}
.BgClassName
{
background-color: #E6CDDF;
}
</style>
border-color css
<style>
span { border-color: #E6CDDF; }
span { border-color: rgb(230,205,223); }
td.TdClassName
{
border-color: #E6CDDF;
}
.TagClassName
{
border-color: #E6CDDF;
}
</style>