Shades of Lily #CDA1B8
Tints of Lily #CDA1B8
RGB
CMYK
RGB Variations
Color information
#CDA1B8 (or 0xCDA1B8) is known color: Lily. HEX triplet: CD, A1 and B8. RGB value is (205,161,184). Sum of RGB (Red+Green+Blue) = 205+161+184=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 161 (63.28% from 255 or 29.27% from 550); Blue value is 184 (72.27% from 255 or 33.45% from 550); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA1B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA1B8 is #325E47. Grayscale: #B0B0B0. Windows color (decimal): -3300936 or 12100045. OLE color: 12100045.
HSL color Cylindrical-coordinate representation of color #CDA1B8: hue angle of 328.64º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDA1B8 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 161 | 184 | - |
CMYK | 0 | 0.21 | 0.10 | 0.20 |
HSL | 328.64º | 0.31% | 0.72% | - |
HSV(B) | 328.64º | 0.21% | 0.8% | - |
XYZ | 46.57 | 41.93 | 50.99 | - |
YUV | 176.78 | 132.08 | 148.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 161 | 184 | 0 | 0.21 | 0.10 | 0.20 | 328.64 | 0.31 | 0.72 |
Hex | CD | A1 | B8 | 0 | 15 | A | 14 | 149 | 1F | 48 |
Octal | 315 | 241 | 270 | 0 | 25 | 12 | 24 | 511 | 37 | 110 |
Binary | 11001101 | 10100001 | 10111000 | 0 | 10101 | 1010 | 10100 | 101001001 | 11111 | 1001000 |
Color Harmonies of #CDA1B8
Complementary color
Monochromatic Colors of #CDA1B8
Black with #CDA1B8
Text Example
Text Example
White with #CDA1B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA1B8; }
p { color: rgb(205,161,184); }
H1.HeaderClassName
{
color: #CDA1B8;
}
.AnyTagClassName
{
color: #CDA1B8;
}
</style>
background-color css
<style>
a { background-color: #CDA1B8; }
a { background-color: rgb(205,161,184); }
div.DivClassName
{
background-color: #CDA1B8;
}
.BgClassName
{
background-color: #CDA1B8;
}
</style>
border-color css
<style>
span { border-color: #CDA1B8; }
span { border-color: rgb(205,161,184); }
td.TdClassName
{
border-color: #CDA1B8;
}
.TagClassName
{
border-color: #CDA1B8;
}
</style>