Shades of Lily #CD90B8
Tints of Lily #CD90B8
RGB
CMYK
RGB Variations
Color information
#CD90B8 (or 0xCD90B8) is known color: Lily. HEX triplet: CD, 90 and B8. RGB value is (205,144,184). Sum of RGB (Red+Green+Blue) = 205+144+184=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 144 (56.64% from 255 or 27.02% from 533); Blue value is 184 (72.27% from 255 or 34.52% from 533); Max value from RGB is 205 - color contains mainly: red. Hex color #CD90B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD90B8 is #326F47. Grayscale: #A6A6A6. Windows color (decimal): -3305288 or 12095693. OLE color: 12095693.
HSL color Cylindrical-coordinate representation of color #CD90B8: hue angle of 320.66º 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 #CD90B8 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 144 | 184 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.20 |
| HSL | 320.66º | 0.38% | 0.68% | - |
| HSV(B) | 320.66º | 0.3% | 0.8% | - |
| XYZ | 43.8 | 36.39 | 50.06 | - |
| YUV | 166.8 | 137.71 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 144 | 184 | 0 | 0.30 | 0.10 | 0.20 | 320.66 | 0.38 | 0.68 |
| Hex | CD | 90 | B8 | 0 | 1E | A | 14 | 141 | 26 | 44 |
| Octal | 315 | 220 | 270 | 0 | 36 | 12 | 24 | 501 | 46 | 104 |
| Binary | 11001101 | 10010000 | 10111000 | 0 | 11110 | 1010 | 10100 | 101000001 | 100110 | 1000100 |
Color Harmonies of #CD90B8
Complementary color
Monochromatic Colors of #CD90B8
Black with #CD90B8
Text Example
Text Example
White with #CD90B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD90B8; }
p { color: rgb(205,144,184); }
H1.HeaderClassName
{
color: #CD90B8;
}
.AnyTagClassName
{
color: #CD90B8;
}
</style>
background-color css
<style>
a { background-color: #CD90B8; }
a { background-color: rgb(205,144,184); }
div.DivClassName
{
background-color: #CD90B8;
}
.BgClassName
{
background-color: #CD90B8;
}
</style>
border-color css
<style>
span { border-color: #CD90B8; }
span { border-color: rgb(205,144,184); }
td.TdClassName
{
border-color: #CD90B8;
}
.TagClassName
{
border-color: #CD90B8;
}
</style>