Shades of Lily #CD8FB6
Tints of Lily #CD8FB6
RGB
CMYK
RGB Variations
Color information
#CD8FB6 (or 0xCD8FB6) is known color: Lily. HEX triplet: CD, 8F and B6. RGB value is (205,143,182). Sum of RGB (Red+Green+Blue) = 205+143+182=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 143 (56.25% from 255 or 26.98% from 530); Blue value is 182 (71.48% from 255 or 34.34% from 530); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8FB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8FB6 is #327049. Grayscale: #A5A5A5. Windows color (decimal): -3305546 or 11964365. OLE color: 11964365.
HSL color Cylindrical-coordinate representation of color #CD8FB6: hue angle of 322.26º degrees, saturation: 0.38, 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 #CD8FB6 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 143 | 182 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.20 |
| HSL | 322.26º | 0.38% | 0.68% | - |
| HSV(B) | 322.26º | 0.3% | 0.8% | - |
| XYZ | 43.44 | 36 | 48.92 | - |
| YUV | 165.98 | 137.04 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 143 | 182 | 0 | 0.30 | 0.11 | 0.20 | 322.26 | 0.38 | 0.68 |
| Hex | CD | 8F | B6 | 0 | 1E | B | 14 | 142 | 26 | 44 |
| Octal | 315 | 217 | 266 | 0 | 36 | 13 | 24 | 502 | 46 | 104 |
| Binary | 11001101 | 10001111 | 10110110 | 0 | 11110 | 1011 | 10100 | 101000010 | 100110 | 1000100 |
Color Harmonies of #CD8FB6
Complementary color
Monochromatic Colors of #CD8FB6
Black with #CD8FB6
Text Example
Text Example
White with #CD8FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8FB6; }
p { color: rgb(205,143,182); }
H1.HeaderClassName
{
color: #CD8FB6;
}
.AnyTagClassName
{
color: #CD8FB6;
}
</style>
background-color css
<style>
a { background-color: #CD8FB6; }
a { background-color: rgb(205,143,182); }
div.DivClassName
{
background-color: #CD8FB6;
}
.BgClassName
{
background-color: #CD8FB6;
}
</style>
border-color css
<style>
span { border-color: #CD8FB6; }
span { border-color: rgb(205,143,182); }
td.TdClassName
{
border-color: #CD8FB6;
}
.TagClassName
{
border-color: #CD8FB6;
}
</style>