Shades of Lily #CB8DBB
Tints of Lily #CB8DBB
RGB
CMYK
RGB Variations
Color information
#CB8DBB (or 0xCB8DBB) is known color: Lily. HEX triplet: CB, 8D and BB. RGB value is (203,141,187). Sum of RGB (Red+Green+Blue) = 203+141+187=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8DBB is #347244. Grayscale: #A4A4A4. Windows color (decimal): -3437125 or 12291531. OLE color: 12291531.
HSL color Cylindrical-coordinate representation of color #CB8DBB: hue angle of 315.48º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CB8DBB is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 141 | 187 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.20 |
| HSL | 315.48º | 0.37% | 0.67% | - |
| HSV(B) | 315.48º | 0.31% | 0.8% | - |
| XYZ | 43.12 | 35.33 | 51.56 | - |
| YUV | 164.78 | 140.54 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 141 | 187 | 0 | 0.31 | 0.08 | 0.20 | 315.48 | 0.37 | 0.67 |
| Hex | CB | 8D | BB | 0 | 1F | 8 | 14 | 13B | 25 | 43 |
| Octal | 313 | 215 | 273 | 0 | 37 | 10 | 24 | 473 | 45 | 103 |
| Binary | 11001011 | 10001101 | 10111011 | 0 | 11111 | 1000 | 10100 | 100111011 | 100101 | 1000011 |
Color Harmonies of #CB8DBB
Complementary color
Monochromatic Colors of #CB8DBB
Black with #CB8DBB
Text Example
Text Example
White with #CB8DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8DBB; }
p { color: rgb(203,141,187); }
H1.HeaderClassName
{
color: #CB8DBB;
}
.AnyTagClassName
{
color: #CB8DBB;
}
</style>
background-color css
<style>
a { background-color: #CB8DBB; }
a { background-color: rgb(203,141,187); }
div.DivClassName
{
background-color: #CB8DBB;
}
.BgClassName
{
background-color: #CB8DBB;
}
</style>
border-color css
<style>
span { border-color: #CB8DBB; }
span { border-color: rgb(203,141,187); }
td.TdClassName
{
border-color: #CB8DBB;
}
.TagClassName
{
border-color: #CB8DBB;
}
</style>