Shades of Lily #CB8EB6
Tints of Lily #CB8EB6
RGB
CMYK
RGB Variations
Color information
#CB8EB6 (or 0xCB8EB6) is known color: Lily. HEX triplet: CB, 8E and B6. RGB value is (203,142,182). Sum of RGB (Red+Green+Blue) = 203+142+182=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 142 (55.86% from 255 or 26.94% from 527); Blue value is 182 (71.48% from 255 or 34.54% from 527); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8EB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8EB6 is #347149. Grayscale: #A4A4A4. Windows color (decimal): -3436874 or 11964107. OLE color: 11964107.
HSL color Cylindrical-coordinate representation of color #CB8EB6: hue angle of 320.66º 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 #CB8EB6 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 142 | 182 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.20 |
| HSL | 320.66º | 0.37% | 0.68% | - |
| HSV(B) | 320.66º | 0.3% | 0.8% | - |
| XYZ | 42.75 | 35.42 | 48.84 | - |
| YUV | 164.8 | 137.71 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 142 | 182 | 0 | 0.30 | 0.10 | 0.20 | 320.66 | 0.37 | 0.68 |
| Hex | CB | 8E | B6 | 0 | 1E | A | 14 | 141 | 25 | 44 |
| Octal | 313 | 216 | 266 | 0 | 36 | 12 | 24 | 501 | 45 | 104 |
| Binary | 11001011 | 10001110 | 10110110 | 0 | 11110 | 1010 | 10100 | 101000001 | 100101 | 1000100 |
Color Harmonies of #CB8EB6
Complementary color
Monochromatic Colors of #CB8EB6
Black with #CB8EB6
Text Example
Text Example
White with #CB8EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8EB6; }
p { color: rgb(203,142,182); }
H1.HeaderClassName
{
color: #CB8EB6;
}
.AnyTagClassName
{
color: #CB8EB6;
}
</style>
background-color css
<style>
a { background-color: #CB8EB6; }
a { background-color: rgb(203,142,182); }
div.DivClassName
{
background-color: #CB8EB6;
}
.BgClassName
{
background-color: #CB8EB6;
}
</style>
border-color css
<style>
span { border-color: #CB8EB6; }
span { border-color: rgb(203,142,182); }
td.TdClassName
{
border-color: #CB8EB6;
}
.TagClassName
{
border-color: #CB8EB6;
}
</style>