Shades of Lily #C28DAB
Tints of Lily #C28DAB
RGB
CMYK
RGB Variations
Color information
#C28DAB (or 0xC28DAB) is known color: Lily. HEX triplet: C2, 8D and AB. RGB value is (194,141,171). Sum of RGB (Red+Green+Blue) = 194+141+171=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 194 - color contains mainly: red. Hex color #C28DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28DAB is #3D7254. Grayscale: #A0A0A0. Windows color (decimal): -4026965 or 11242946. OLE color: 11242946.
HSL color Cylindrical-coordinate representation of color #C28DAB: hue angle of 326.04º 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 #C28DAB is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 141 | 171 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.24 |
| HSL | 326.04º | 0.3% | 0.66% | - |
| HSV(B) | 326.04º | 0.27% | 0.76% | - |
| XYZ | 39.12 | 33.46 | 42.92 | - |
| YUV | 160.27 | 134.06 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 141 | 171 | 0 | 0.27 | 0.12 | 0.24 | 326.04 | 0.3 | 0.66 |
| Hex | C2 | 8D | AB | 0 | 1B | C | 18 | 146 | 1E | 42 |
| Octal | 302 | 215 | 253 | 0 | 33 | 14 | 30 | 506 | 36 | 102 |
| Binary | 11000010 | 10001101 | 10101011 | 0 | 11011 | 1100 | 11000 | 101000110 | 11110 | 1000010 |
Color Harmonies of #C28DAB
Complementary color
Monochromatic Colors of #C28DAB
Black with #C28DAB
Text Example
Text Example
White with #C28DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28DAB; }
p { color: rgb(194,141,171); }
H1.HeaderClassName
{
color: #C28DAB;
}
.AnyTagClassName
{
color: #C28DAB;
}
</style>
background-color css
<style>
a { background-color: #C28DAB; }
a { background-color: rgb(194,141,171); }
div.DivClassName
{
background-color: #C28DAB;
}
.BgClassName
{
background-color: #C28DAB;
}
</style>
border-color css
<style>
span { border-color: #C28DAB; }
span { border-color: rgb(194,141,171); }
td.TdClassName
{
border-color: #C28DAB;
}
.TagClassName
{
border-color: #C28DAB;
}
</style>