Shades of Lilac #D68ECC
Tints of Lilac #D68ECC
RGB
CMYK
RGB Variations
Color information
#D68ECC (or 0xD68ECC) is known color: Lilac. HEX triplet: D6, 8E and CC. RGB value is (214,142,204). Sum of RGB (Red+Green+Blue) = 214+142+204=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 142 (55.86% from 255 or 25.36% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 214 - color contains mainly: red. Hex color #D68ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68ECC is #297133. Grayscale: #AAAAAA. Windows color (decimal): -2715956 or 13405910. OLE color: 13405910.
HSL color Cylindrical-coordinate representation of color #D68ECC: hue angle of 308.33º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D68ECC is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 142 | 204 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.16 |
| HSL | 308.33º | 0.47% | 0.7% | - |
| HSV(B) | 308.33º | 0.34% | 0.84% | - |
| XYZ | 48.3 | 38 | 61.92 | - |
| YUV | 170.6 | 146.85 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 142 | 204 | 0 | 0.34 | 0.05 | 0.16 | 308.33 | 0.47 | 0.7 |
| Hex | D6 | 8E | CC | 0 | 22 | 5 | 10 | 134 | 2F | 46 |
| Octal | 326 | 216 | 314 | 0 | 42 | 5 | 20 | 464 | 57 | 106 |
| Binary | 11010110 | 10001110 | 11001100 | 0 | 100010 | 101 | 10000 | 100110100 | 101111 | 1000110 |
Color Harmonies of #D68ECC
Complementary color
Monochromatic Colors of #D68ECC
Black with #D68ECC
Text Example
Text Example
White with #D68ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68ECC; }
p { color: rgb(214,142,204); }
H1.HeaderClassName
{
color: #D68ECC;
}
.AnyTagClassName
{
color: #D68ECC;
}
</style>
background-color css
<style>
a { background-color: #D68ECC; }
a { background-color: rgb(214,142,204); }
div.DivClassName
{
background-color: #D68ECC;
}
.BgClassName
{
background-color: #D68ECC;
}
</style>
border-color css
<style>
span { border-color: #D68ECC; }
span { border-color: rgb(214,142,204); }
td.TdClassName
{
border-color: #D68ECC;
}
.TagClassName
{
border-color: #D68ECC;
}
</style>