Shades of Lily #CB8FAD
Tints of Lily #CB8FAD
RGB
CMYK
RGB Variations
Color information
#CB8FAD (or 0xCB8FAD) is known color: Lily. HEX triplet: CB, 8F and AD. RGB value is (203,143,173). Sum of RGB (Red+Green+Blue) = 203+143+173=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8FAD is #347052. Grayscale: #A4A4A4. Windows color (decimal): -3436627 or 11374539. OLE color: 11374539.
HSL color Cylindrical-coordinate representation of color #CB8FAD: hue angle of 330º 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 #CB8FAD is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 143 | 173 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.20 |
| HSL | 330º | 0.37% | 0.68% | - |
| HSV(B) | 330º | 0.3% | 0.8% | - |
| XYZ | 41.99 | 35.36 | 44.15 | - |
| YUV | 164.36 | 132.88 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 143 | 173 | 0 | 0.30 | 0.15 | 0.20 | 330 | 0.37 | 0.68 |
| Hex | CB | 8F | AD | 0 | 1E | F | 14 | 14A | 25 | 44 |
| Octal | 313 | 217 | 255 | 0 | 36 | 17 | 24 | 512 | 45 | 104 |
| Binary | 11001011 | 10001111 | 10101101 | 0 | 11110 | 1111 | 10100 | 101001010 | 100101 | 1000100 |
Color Harmonies of #CB8FAD
Complementary color
Monochromatic Colors of #CB8FAD
Black with #CB8FAD
Text Example
Text Example
White with #CB8FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8FAD; }
p { color: rgb(203,143,173); }
H1.HeaderClassName
{
color: #CB8FAD;
}
.AnyTagClassName
{
color: #CB8FAD;
}
</style>
background-color css
<style>
a { background-color: #CB8FAD; }
a { background-color: rgb(203,143,173); }
div.DivClassName
{
background-color: #CB8FAD;
}
.BgClassName
{
background-color: #CB8FAD;
}
</style>
border-color css
<style>
span { border-color: #CB8FAD; }
span { border-color: rgb(203,143,173); }
td.TdClassName
{
border-color: #CB8FAD;
}
.TagClassName
{
border-color: #CB8FAD;
}
</style>