Shades of Lily #CB8FB8
Tints of Lily #CB8FB8
RGB
CMYK
RGB Variations
Color information
#CB8FB8 (or 0xCB8FB8) is known color: Lily. HEX triplet: CB, 8F and B8. RGB value is (203,143,184). Sum of RGB (Red+Green+Blue) = 203+143+184=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 143 (56.25% from 255 or 26.98% from 530); Blue value is 184 (72.27% from 255 or 34.72% from 530); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8FB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8FB8 is #347047. Grayscale: #A5A5A5. Windows color (decimal): -3436616 or 12095435. OLE color: 12095435.
HSL color Cylindrical-coordinate representation of color #CB8FB8: hue angle of 319º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB8FB8 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 143 | 184 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.20 |
| HSL | 319º | 0.37% | 0.68% | - |
| HSV(B) | 319º | 0.3% | 0.8% | - |
| XYZ | 43.1 | 35.8 | 49.99 | - |
| YUV | 165.61 | 138.38 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 143 | 184 | 0 | 0.30 | 0.09 | 0.20 | 319 | 0.37 | 0.68 |
| Hex | CB | 8F | B8 | 0 | 1E | 9 | 14 | 13F | 25 | 44 |
| Octal | 313 | 217 | 270 | 0 | 36 | 11 | 24 | 477 | 45 | 104 |
| Binary | 11001011 | 10001111 | 10111000 | 0 | 11110 | 1001 | 10100 | 100111111 | 100101 | 1000100 |
Color Harmonies of #CB8FB8
Complementary color
Monochromatic Colors of #CB8FB8
Black with #CB8FB8
Text Example
Text Example
White with #CB8FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8FB8; }
p { color: rgb(203,143,184); }
H1.HeaderClassName
{
color: #CB8FB8;
}
.AnyTagClassName
{
color: #CB8FB8;
}
</style>
background-color css
<style>
a { background-color: #CB8FB8; }
a { background-color: rgb(203,143,184); }
div.DivClassName
{
background-color: #CB8FB8;
}
.BgClassName
{
background-color: #CB8FB8;
}
</style>
border-color css
<style>
span { border-color: #CB8FB8; }
span { border-color: rgb(203,143,184); }
td.TdClassName
{
border-color: #CB8FB8;
}
.TagClassName
{
border-color: #CB8FB8;
}
</style>