Shades of Lily #CB8AAE
Tints of Lily #CB8AAE
RGB
CMYK
RGB Variations
Color information
#CB8AAE (or 0xCB8AAE) is known color: Lily. HEX triplet: CB, 8A and AE. RGB value is (203,138,174). Sum of RGB (Red+Green+Blue) = 203+138+174=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 138 (54.30% from 255 or 26.80% from 515); Blue value is 174 (68.36% from 255 or 33.79% from 515); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8AAE is #347551. Grayscale: #A1A1A1. Windows color (decimal): -3437906 or 11438795. OLE color: 11438795.
HSL color Cylindrical-coordinate representation of color #CB8AAE: hue angle of 326.77º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CB8AAE is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 138 | 174 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.20 |
| HSL | 326.77º | 0.38% | 0.67% | - |
| HSV(B) | 326.77º | 0.32% | 0.8% | - |
| XYZ | 41.36 | 33.93 | 44.41 | - |
| YUV | 161.54 | 135.03 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 138 | 174 | 0 | 0.32 | 0.14 | 0.20 | 326.77 | 0.38 | 0.67 |
| Hex | CB | 8A | AE | 0 | 20 | E | 14 | 147 | 26 | 43 |
| Octal | 313 | 212 | 256 | 0 | 40 | 16 | 24 | 507 | 46 | 103 |
| Binary | 11001011 | 10001010 | 10101110 | 0 | 100000 | 1110 | 10100 | 101000111 | 100110 | 1000011 |
Color Harmonies of #CB8AAE
Complementary color
Monochromatic Colors of #CB8AAE
Black with #CB8AAE
Text Example
Text Example
White with #CB8AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8AAE; }
p { color: rgb(203,138,174); }
H1.HeaderClassName
{
color: #CB8AAE;
}
.AnyTagClassName
{
color: #CB8AAE;
}
</style>
background-color css
<style>
a { background-color: #CB8AAE; }
a { background-color: rgb(203,138,174); }
div.DivClassName
{
background-color: #CB8AAE;
}
.BgClassName
{
background-color: #CB8AAE;
}
</style>
border-color css
<style>
span { border-color: #CB8AAE; }
span { border-color: rgb(203,138,174); }
td.TdClassName
{
border-color: #CB8AAE;
}
.TagClassName
{
border-color: #CB8AAE;
}
</style>