Shades of Lily #CB8FBD
Tints of Lily #CB8FBD
RGB
CMYK
RGB Variations
Color information
#CB8FBD (or 0xCB8FBD) is known color: Lily. HEX triplet: CB, 8F and BD. RGB value is (203,143,189). Sum of RGB (Red+Green+Blue) = 203+143+189=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 143 (56.25% from 255 or 26.73% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8FBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8FBD is #347042. Grayscale: #A6A6A6. Windows color (decimal): -3436611 or 12423115. OLE color: 12423115.
HSL color Cylindrical-coordinate representation of color #CB8FBD: hue angle of 314º 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 #CB8FBD is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 143 | 189 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.20 |
| HSL | 314º | 0.37% | 0.68% | - |
| HSV(B) | 314º | 0.3% | 0.8% | - |
| XYZ | 43.64 | 36.02 | 52.8 | - |
| YUV | 166.18 | 140.88 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 143 | 189 | 0 | 0.30 | 0.07 | 0.20 | 314 | 0.37 | 0.68 |
| Hex | CB | 8F | BD | 0 | 1E | 7 | 14 | 13A | 25 | 44 |
| Octal | 313 | 217 | 275 | 0 | 36 | 7 | 24 | 472 | 45 | 104 |
| Binary | 11001011 | 10001111 | 10111101 | 0 | 11110 | 111 | 10100 | 100111010 | 100101 | 1000100 |
Color Harmonies of #CB8FBD
Complementary color
Monochromatic Colors of #CB8FBD
Black with #CB8FBD
Text Example
Text Example
White with #CB8FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8FBD; }
p { color: rgb(203,143,189); }
H1.HeaderClassName
{
color: #CB8FBD;
}
.AnyTagClassName
{
color: #CB8FBD;
}
</style>
background-color css
<style>
a { background-color: #CB8FBD; }
a { background-color: rgb(203,143,189); }
div.DivClassName
{
background-color: #CB8FBD;
}
.BgClassName
{
background-color: #CB8FBD;
}
</style>
border-color css
<style>
span { border-color: #CB8FBD; }
span { border-color: rgb(203,143,189); }
td.TdClassName
{
border-color: #CB8FBD;
}
.TagClassName
{
border-color: #CB8FBD;
}
</style>