Shades of Lily #C28DAE
Tints of Lily #C28DAE
RGB
CMYK
RGB Variations
Color information
#C28DAE (or 0xC28DAE) is known color: Lily. HEX triplet: C2, 8D and AE. RGB value is (194,141,174). Sum of RGB (Red+Green+Blue) = 194+141+174=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 174 (68.36% from 255 or 34.18% from 509); Max value from RGB is 194 - color contains mainly: red. Hex color #C28DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28DAE is #3D7251. Grayscale: #A0A0A0. Windows color (decimal): -4026962 or 11439554. OLE color: 11439554.
HSL color Cylindrical-coordinate representation of color #C28DAE: hue angle of 322.64º 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 #C28DAE is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 141 | 174 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.24 |
| HSL | 322.64º | 0.3% | 0.66% | - |
| HSV(B) | 322.64º | 0.27% | 0.76% | - |
| XYZ | 39.41 | 33.58 | 44.45 | - |
| YUV | 160.61 | 135.56 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 141 | 174 | 0 | 0.27 | 0.10 | 0.24 | 322.64 | 0.3 | 0.66 |
| Hex | C2 | 8D | AE | 0 | 1B | A | 18 | 143 | 1E | 42 |
| Octal | 302 | 215 | 256 | 0 | 33 | 12 | 30 | 503 | 36 | 102 |
| Binary | 11000010 | 10001101 | 10101110 | 0 | 11011 | 1010 | 11000 | 101000011 | 11110 | 1000010 |
Color Harmonies of #C28DAE
Complementary color
Monochromatic Colors of #C28DAE
Black with #C28DAE
Text Example
Text Example
White with #C28DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28DAE; }
p { color: rgb(194,141,174); }
H1.HeaderClassName
{
color: #C28DAE;
}
.AnyTagClassName
{
color: #C28DAE;
}
</style>
background-color css
<style>
a { background-color: #C28DAE; }
a { background-color: rgb(194,141,174); }
div.DivClassName
{
background-color: #C28DAE;
}
.BgClassName
{
background-color: #C28DAE;
}
</style>
border-color css
<style>
span { border-color: #C28DAE; }
span { border-color: rgb(194,141,174); }
td.TdClassName
{
border-color: #C28DAE;
}
.TagClassName
{
border-color: #C28DAE;
}
</style>