Shades of Lily #CD8BB8
Tints of Lily #CD8BB8
RGB
CMYK
RGB Variations
Color information
#CD8BB8 (or 0xCD8BB8) is known color: Lily. HEX triplet: CD, 8B and B8. RGB value is (205,139,184). Sum of RGB (Red+Green+Blue) = 205+139+184=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 139 (54.69% from 255 or 26.33% from 528); Blue value is 184 (72.27% from 255 or 34.85% from 528); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8BB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8BB8 is #327447. Grayscale: #A3A3A3. Windows color (decimal): -3306568 or 12094413. OLE color: 12094413.
HSL color Cylindrical-coordinate representation of color #CD8BB8: hue angle of 319.09º 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 #CD8BB8 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 139 | 184 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.20 |
| HSL | 319.09º | 0.4% | 0.67% | - |
| HSV(B) | 319.09º | 0.32% | 0.8% | - |
| XYZ | 43.06 | 34.91 | 49.82 | - |
| YUV | 163.86 | 139.37 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 139 | 184 | 0 | 0.32 | 0.10 | 0.20 | 319.09 | 0.4 | 0.67 |
| Hex | CD | 8B | B8 | 0 | 20 | A | 14 | 13F | 28 | 43 |
| Octal | 315 | 213 | 270 | 0 | 40 | 12 | 24 | 477 | 50 | 103 |
| Binary | 11001101 | 10001011 | 10111000 | 0 | 100000 | 1010 | 10100 | 100111111 | 101000 | 1000011 |
Color Harmonies of #CD8BB8
Complementary color
Monochromatic Colors of #CD8BB8
Black with #CD8BB8
Text Example
Text Example
White with #CD8BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8BB8; }
p { color: rgb(205,139,184); }
H1.HeaderClassName
{
color: #CD8BB8;
}
.AnyTagClassName
{
color: #CD8BB8;
}
</style>
background-color css
<style>
a { background-color: #CD8BB8; }
a { background-color: rgb(205,139,184); }
div.DivClassName
{
background-color: #CD8BB8;
}
.BgClassName
{
background-color: #CD8BB8;
}
</style>
border-color css
<style>
span { border-color: #CD8BB8; }
span { border-color: rgb(205,139,184); }
td.TdClassName
{
border-color: #CD8BB8;
}
.TagClassName
{
border-color: #CD8BB8;
}
</style>