Shades of Lily #CB8DAF
Tints of Lily #CB8DAF
RGB
CMYK
RGB Variations
Color information
#CB8DAF (or 0xCB8DAF) is known color: Lily. HEX triplet: CB, 8D and AF. RGB value is (203,141,175). Sum of RGB (Red+Green+Blue) = 203+141+175=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8DAF is #347250. Grayscale: #A3A3A3. Windows color (decimal): -3437137 or 11505099. OLE color: 11505099.
HSL color Cylindrical-coordinate representation of color #CB8DAF: hue angle of 327.1º 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 #CB8DAF is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 141 | 175 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.20 |
| HSL | 327.1º | 0.37% | 0.67% | - |
| HSV(B) | 327.1º | 0.31% | 0.8% | - |
| XYZ | 41.89 | 34.84 | 45.07 | - |
| YUV | 163.41 | 134.54 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 141 | 175 | 0 | 0.31 | 0.14 | 0.20 | 327.1 | 0.37 | 0.67 |
| Hex | CB | 8D | AF | 0 | 1F | E | 14 | 147 | 25 | 43 |
| Octal | 313 | 215 | 257 | 0 | 37 | 16 | 24 | 507 | 45 | 103 |
| Binary | 11001011 | 10001101 | 10101111 | 0 | 11111 | 1110 | 10100 | 101000111 | 100101 | 1000011 |
Color Harmonies of #CB8DAF
Complementary color
Monochromatic Colors of #CB8DAF
Black with #CB8DAF
Text Example
Text Example
White with #CB8DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8DAF; }
p { color: rgb(203,141,175); }
H1.HeaderClassName
{
color: #CB8DAF;
}
.AnyTagClassName
{
color: #CB8DAF;
}
</style>
background-color css
<style>
a { background-color: #CB8DAF; }
a { background-color: rgb(203,141,175); }
div.DivClassName
{
background-color: #CB8DAF;
}
.BgClassName
{
background-color: #CB8DAF;
}
</style>
border-color css
<style>
span { border-color: #CB8DAF; }
span { border-color: rgb(203,141,175); }
td.TdClassName
{
border-color: #CB8DAF;
}
.TagClassName
{
border-color: #CB8DAF;
}
</style>