Shades of Lilac #C28EBF
Tints of Lilac #C28EBF
RGB
CMYK
RGB Variations
Color information
#C28EBF (or 0xC28EBF) is known color: Lilac. HEX triplet: C2, 8E and BF. RGB value is (194,142,191). Sum of RGB (Red+Green+Blue) = 194+142+191=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 142 (55.86% from 255 or 26.94% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 194 - color contains mainly: red. Hex color #C28EBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28EBF is #3D7140. Grayscale: #A2A2A2. Windows color (decimal): -4026689 or 12553922. OLE color: 12553922.
HSL color Cylindrical-coordinate representation of color #C28EBF: hue angle of 303.46º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C28EBF is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 142 | 191 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.24 |
| HSL | 303.46º | 0.3% | 0.66% | - |
| HSV(B) | 303.46º | 0.27% | 0.76% | - |
| XYZ | 41.33 | 34.58 | 53.79 | - |
| YUV | 163.13 | 143.73 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 142 | 191 | 0 | 0.27 | 0.02 | 0.24 | 303.46 | 0.3 | 0.66 |
| Hex | C2 | 8E | BF | 0 | 1B | 2 | 18 | 12F | 1E | 42 |
| Octal | 302 | 216 | 277 | 0 | 33 | 2 | 30 | 457 | 36 | 102 |
| Binary | 11000010 | 10001110 | 10111111 | 0 | 11011 | 10 | 11000 | 100101111 | 11110 | 1000010 |
Color Harmonies of #C28EBF
Complementary color
Monochromatic Colors of #C28EBF
Black with #C28EBF
Text Example
Text Example
White with #C28EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28EBF; }
p { color: rgb(194,142,191); }
H1.HeaderClassName
{
color: #C28EBF;
}
.AnyTagClassName
{
color: #C28EBF;
}
</style>
background-color css
<style>
a { background-color: #C28EBF; }
a { background-color: rgb(194,142,191); }
div.DivClassName
{
background-color: #C28EBF;
}
.BgClassName
{
background-color: #C28EBF;
}
</style>
border-color css
<style>
span { border-color: #C28EBF; }
span { border-color: rgb(194,142,191); }
td.TdClassName
{
border-color: #C28EBF;
}
.TagClassName
{
border-color: #C28EBF;
}
</style>