Shades of Lily #CB93BB
Tints of Lily #CB93BB
RGB
CMYK
RGB Variations
Color information
#CB93BB (or 0xCB93BB) is known color: Lily. HEX triplet: CB, 93 and BB. RGB value is (203,147,187). Sum of RGB (Red+Green+Blue) = 203+147+187=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 147 (57.81% from 255 or 27.37% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 203 - color contains mainly: red. Hex color #CB93BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB93BB is #346C44. Grayscale: #A8A8A8. Windows color (decimal): -3435589 or 12293067. OLE color: 12293067.
HSL color Cylindrical-coordinate representation of color #CB93BB: hue angle of 317.14º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CB93BB is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 147 | 187 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.20 |
| HSL | 317.14º | 0.35% | 0.69% | - |
| HSV(B) | 317.14º | 0.28% | 0.8% | - |
| XYZ | 44.03 | 37.15 | 51.86 | - |
| YUV | 168.3 | 138.55 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 147 | 187 | 0 | 0.28 | 0.08 | 0.20 | 317.14 | 0.35 | 0.69 |
| Hex | CB | 93 | BB | 0 | 1C | 8 | 14 | 13D | 23 | 45 |
| Octal | 313 | 223 | 273 | 0 | 34 | 10 | 24 | 475 | 43 | 105 |
| Binary | 11001011 | 10010011 | 10111011 | 0 | 11100 | 1000 | 10100 | 100111101 | 100011 | 1000101 |
Color Harmonies of #CB93BB
Complementary color
Monochromatic Colors of #CB93BB
Black with #CB93BB
Text Example
Text Example
White with #CB93BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB93BB; }
p { color: rgb(203,147,187); }
H1.HeaderClassName
{
color: #CB93BB;
}
.AnyTagClassName
{
color: #CB93BB;
}
</style>
background-color css
<style>
a { background-color: #CB93BB; }
a { background-color: rgb(203,147,187); }
div.DivClassName
{
background-color: #CB93BB;
}
.BgClassName
{
background-color: #CB93BB;
}
</style>
border-color css
<style>
span { border-color: #CB93BB; }
span { border-color: rgb(203,147,187); }
td.TdClassName
{
border-color: #CB93BB;
}
.TagClassName
{
border-color: #CB93BB;
}
</style>