Shades of Lily #CD90B0
Tints of Lily #CD90B0
RGB
CMYK
RGB Variations
Color information
#CD90B0 (or 0xCD90B0) is known color: Lily. HEX triplet: CD, 90 and B0. RGB value is (205,144,176). Sum of RGB (Red+Green+Blue) = 205+144+176=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 144 (56.64% from 255 or 27.43% from 525); Blue value is 176 (69.14% from 255 or 33.52% from 525); Max value from RGB is 205 - color contains mainly: red. Hex color #CD90B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD90B0 is #326F4F. Grayscale: #A5A5A5. Windows color (decimal): -3305296 or 11571405. OLE color: 11571405.
HSL color Cylindrical-coordinate representation of color #CD90B0: hue angle of 328.52º 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 #CD90B0 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 144 | 176 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.20 |
| HSL | 328.52º | 0.38% | 0.68% | - |
| HSV(B) | 328.52º | 0.3% | 0.8% | - |
| XYZ | 42.99 | 36.06 | 45.77 | - |
| YUV | 165.89 | 133.71 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 144 | 176 | 0 | 0.30 | 0.14 | 0.20 | 328.52 | 0.38 | 0.68 |
| Hex | CD | 90 | B0 | 0 | 1E | E | 14 | 149 | 26 | 44 |
| Octal | 315 | 220 | 260 | 0 | 36 | 16 | 24 | 511 | 46 | 104 |
| Binary | 11001101 | 10010000 | 10110000 | 0 | 11110 | 1110 | 10100 | 101001001 | 100110 | 1000100 |
Color Harmonies of #CD90B0
Complementary color
Monochromatic Colors of #CD90B0
Black with #CD90B0
Text Example
Text Example
White with #CD90B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD90B0; }
p { color: rgb(205,144,176); }
H1.HeaderClassName
{
color: #CD90B0;
}
.AnyTagClassName
{
color: #CD90B0;
}
</style>
background-color css
<style>
a { background-color: #CD90B0; }
a { background-color: rgb(205,144,176); }
div.DivClassName
{
background-color: #CD90B0;
}
.BgClassName
{
background-color: #CD90B0;
}
</style>
border-color css
<style>
span { border-color: #CD90B0; }
span { border-color: rgb(205,144,176); }
td.TdClassName
{
border-color: #CD90B0;
}
.TagClassName
{
border-color: #CD90B0;
}
</style>