Shades of Lily #CD8BAC
Tints of Lily #CD8BAC
RGB
CMYK
RGB Variations
Color information
#CD8BAC (or 0xCD8BAC) is known color: Lily. HEX triplet: CD, 8B and AC. RGB value is (205,139,172). Sum of RGB (Red+Green+Blue) = 205+139+172=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 139 (54.69% from 255 or 26.94% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8BAC is #327453. Grayscale: #A2A2A2. Windows color (decimal): -3306580 or 11307981. OLE color: 11307981.
HSL color Cylindrical-coordinate representation of color #CD8BAC: hue angle of 330º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CD8BAC is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 139 | 172 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.20 |
| HSL | 330º | 0.4% | 0.67% | - |
| HSV(B) | 330º | 0.32% | 0.8% | - |
| XYZ | 41.86 | 34.42 | 43.47 | - |
| YUV | 162.5 | 133.37 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 139 | 172 | 0 | 0.32 | 0.16 | 0.20 | 330 | 0.4 | 0.67 |
| Hex | CD | 8B | AC | 0 | 20 | 10 | 14 | 14A | 28 | 43 |
| Octal | 315 | 213 | 254 | 0 | 40 | 20 | 24 | 512 | 50 | 103 |
| Binary | 11001101 | 10001011 | 10101100 | 0 | 100000 | 10000 | 10100 | 101001010 | 101000 | 1000011 |
Color Harmonies of #CD8BAC
Complementary color
Monochromatic Colors of #CD8BAC
Black with #CD8BAC
Text Example
Text Example
White with #CD8BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8BAC; }
p { color: rgb(205,139,172); }
H1.HeaderClassName
{
color: #CD8BAC;
}
.AnyTagClassName
{
color: #CD8BAC;
}
</style>
background-color css
<style>
a { background-color: #CD8BAC; }
a { background-color: rgb(205,139,172); }
div.DivClassName
{
background-color: #CD8BAC;
}
.BgClassName
{
background-color: #CD8BAC;
}
</style>
border-color css
<style>
span { border-color: #CD8BAC; }
span { border-color: rgb(205,139,172); }
td.TdClassName
{
border-color: #CD8BAC;
}
.TagClassName
{
border-color: #CD8BAC;
}
</style>