Shades of Lily #C89DAE
Tints of Lily #C89DAE
RGB
CMYK
RGB Variations
Color information
#C89DAE (or 0xC89DAE) is known color: Lily. HEX triplet: C8, 9D and AE. RGB value is (200,157,174). Sum of RGB (Red+Green+Blue) = 200+157+174=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 200 - color contains mainly: red. Hex color #C89DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89DAE is #376251. Grayscale: #ABABAB. Windows color (decimal): -3629650 or 11443656. OLE color: 11443656.
HSL color Cylindrical-coordinate representation of color #C89DAE: hue angle of 336.28º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C89DAE is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 157 | 174 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.22 |
| HSL | 336.28º | 0.28% | 0.7% | - |
| HSV(B) | 336.28º | 0.22% | 0.78% | - |
| XYZ | 43.52 | 39.45 | 45.37 | - |
| YUV | 171.8 | 129.25 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 157 | 174 | 0 | 0.22 | 0.13 | 0.22 | 336.28 | 0.28 | 0.7 |
| Hex | C8 | 9D | AE | 0 | 16 | D | 16 | 150 | 1C | 46 |
| Octal | 310 | 235 | 256 | 0 | 26 | 15 | 26 | 520 | 34 | 106 |
| Binary | 11001000 | 10011101 | 10101110 | 0 | 10110 | 1101 | 10110 | 101010000 | 11100 | 1000110 |
Color Harmonies of #C89DAE
Complementary color
Monochromatic Colors of #C89DAE
Black with #C89DAE
Text Example
Text Example
White with #C89DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89DAE; }
p { color: rgb(200,157,174); }
H1.HeaderClassName
{
color: #C89DAE;
}
.AnyTagClassName
{
color: #C89DAE;
}
</style>
background-color css
<style>
a { background-color: #C89DAE; }
a { background-color: rgb(200,157,174); }
div.DivClassName
{
background-color: #C89DAE;
}
.BgClassName
{
background-color: #C89DAE;
}
</style>
border-color css
<style>
span { border-color: #C89DAE; }
span { border-color: rgb(200,157,174); }
td.TdClassName
{
border-color: #C89DAE;
}
.TagClassName
{
border-color: #C89DAE;
}
</style>