Shades of Lily #CB8EAD
Tints of Lily #CB8EAD
RGB
CMYK
RGB Variations
Color information
#CB8EAD (or 0xCB8EAD) is known color: Lily. HEX triplet: CB, 8E and AD. RGB value is (203,142,173). Sum of RGB (Red+Green+Blue) = 203+142+173=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 142 (55.86% from 255 or 27.41% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8EAD is #347152. Grayscale: #A3A3A3. Windows color (decimal): -3436883 or 11374283. OLE color: 11374283.
HSL color Cylindrical-coordinate representation of color #CB8EAD: hue angle of 329.51º 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 #CB8EAD is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 142 | 173 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.20 |
| HSL | 329.51º | 0.37% | 0.68% | - |
| HSV(B) | 329.51º | 0.3% | 0.8% | - |
| XYZ | 41.84 | 35.06 | 44.1 | - |
| YUV | 163.77 | 133.21 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 142 | 173 | 0 | 0.30 | 0.15 | 0.20 | 329.51 | 0.37 | 0.68 |
| Hex | CB | 8E | AD | 0 | 1E | F | 14 | 14A | 25 | 44 |
| Octal | 313 | 216 | 255 | 0 | 36 | 17 | 24 | 512 | 45 | 104 |
| Binary | 11001011 | 10001110 | 10101101 | 0 | 11110 | 1111 | 10100 | 101001010 | 100101 | 1000100 |
Color Harmonies of #CB8EAD
Complementary color
Monochromatic Colors of #CB8EAD
Black with #CB8EAD
Text Example
Text Example
White with #CB8EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8EAD; }
p { color: rgb(203,142,173); }
H1.HeaderClassName
{
color: #CB8EAD;
}
.AnyTagClassName
{
color: #CB8EAD;
}
</style>
background-color css
<style>
a { background-color: #CB8EAD; }
a { background-color: rgb(203,142,173); }
div.DivClassName
{
background-color: #CB8EAD;
}
.BgClassName
{
background-color: #CB8EAD;
}
</style>
border-color css
<style>
span { border-color: #CB8EAD; }
span { border-color: rgb(203,142,173); }
td.TdClassName
{
border-color: #CB8EAD;
}
.TagClassName
{
border-color: #CB8EAD;
}
</style>