Shades of Lily #CB8BAE
Tints of Lily #CB8BAE
RGB
CMYK
RGB Variations
Color information
#CB8BAE (or 0xCB8BAE) is known color: Lily. HEX triplet: CB, 8B and AE. RGB value is (203,139,174). Sum of RGB (Red+Green+Blue) = 203+139+174=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 139 (54.69% from 255 or 26.94% from 516); Blue value is 174 (68.36% from 255 or 33.72% from 516); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8BAE is #347451. Grayscale: #A2A2A2. Windows color (decimal): -3437650 or 11439051. OLE color: 11439051.
HSL color Cylindrical-coordinate representation of color #CB8BAE: hue angle of 327.19º 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 #CB8BAE is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 139 | 174 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.20 |
| HSL | 327.19º | 0.38% | 0.67% | - |
| HSV(B) | 327.19º | 0.32% | 0.8% | - |
| XYZ | 41.5 | 34.22 | 44.46 | - |
| YUV | 162.13 | 134.7 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 139 | 174 | 0 | 0.32 | 0.14 | 0.20 | 327.19 | 0.38 | 0.67 |
| Hex | CB | 8B | AE | 0 | 20 | E | 14 | 147 | 26 | 43 |
| Octal | 313 | 213 | 256 | 0 | 40 | 16 | 24 | 507 | 46 | 103 |
| Binary | 11001011 | 10001011 | 10101110 | 0 | 100000 | 1110 | 10100 | 101000111 | 100110 | 1000011 |
Color Harmonies of #CB8BAE
Complementary color
Monochromatic Colors of #CB8BAE
Black with #CB8BAE
Text Example
Text Example
White with #CB8BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8BAE; }
p { color: rgb(203,139,174); }
H1.HeaderClassName
{
color: #CB8BAE;
}
.AnyTagClassName
{
color: #CB8BAE;
}
</style>
background-color css
<style>
a { background-color: #CB8BAE; }
a { background-color: rgb(203,139,174); }
div.DivClassName
{
background-color: #CB8BAE;
}
.BgClassName
{
background-color: #CB8BAE;
}
</style>
border-color css
<style>
span { border-color: #CB8BAE; }
span { border-color: rgb(203,139,174); }
td.TdClassName
{
border-color: #CB8BAE;
}
.TagClassName
{
border-color: #CB8BAE;
}
</style>