Shades of Lily #CBA1BD
Tints of Lily #CBA1BD
RGB
CMYK
RGB Variations
Color information
#CBA1BD (or 0xCBA1BD) is known color: Lily. HEX triplet: CB, A1 and BD. RGB value is (203,161,189). Sum of RGB (Red+Green+Blue) = 203+161+189=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 161 (63.28% from 255 or 29.11% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA1BD is #345E42. Grayscale: #B0B0B0. Windows color (decimal): -3432003 or 12427723. OLE color: 12427723.
HSL color Cylindrical-coordinate representation of color #CBA1BD: hue angle of 320º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBA1BD is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 189 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.20 |
| HSL | 320º | 0.29% | 0.71% | - |
| HSV(B) | 320º | 0.21% | 0.8% | - |
| XYZ | 46.56 | 41.86 | 53.77 | - |
| YUV | 176.75 | 134.91 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 189 | 0 | 0.21 | 0.07 | 0.20 | 320 | 0.29 | 0.71 |
| Hex | CB | A1 | BD | 0 | 15 | 7 | 14 | 140 | 1D | 47 |
| Octal | 313 | 241 | 275 | 0 | 25 | 7 | 24 | 500 | 35 | 107 |
| Binary | 11001011 | 10100001 | 10111101 | 0 | 10101 | 111 | 10100 | 101000000 | 11101 | 1000111 |
Color Harmonies of #CBA1BD
Complementary color
Monochromatic Colors of #CBA1BD
Black with #CBA1BD
Text Example
Text Example
White with #CBA1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA1BD; }
p { color: rgb(203,161,189); }
H1.HeaderClassName
{
color: #CBA1BD;
}
.AnyTagClassName
{
color: #CBA1BD;
}
</style>
background-color css
<style>
a { background-color: #CBA1BD; }
a { background-color: rgb(203,161,189); }
div.DivClassName
{
background-color: #CBA1BD;
}
.BgClassName
{
background-color: #CBA1BD;
}
</style>
border-color css
<style>
span { border-color: #CBA1BD; }
span { border-color: rgb(203,161,189); }
td.TdClassName
{
border-color: #CBA1BD;
}
.TagClassName
{
border-color: #CBA1BD;
}
</style>