Shades of Lily #CDA1B6
Tints of Lily #CDA1B6
RGB
CMYK
RGB Variations
Color information
#CDA1B6 (or 0xCDA1B6) is known color: Lily. HEX triplet: CD, A1 and B6. RGB value is (205,161,182). Sum of RGB (Red+Green+Blue) = 205+161+182=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 161 (63.28% from 255 or 29.38% from 548); Blue value is 182 (71.48% from 255 or 33.21% from 548); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA1B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA1B6 is #325E49. Grayscale: #B0B0B0. Windows color (decimal): -3300938 or 11968973. OLE color: 11968973.
HSL color Cylindrical-coordinate representation of color #CDA1B6: hue angle of 331.36º 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 #CDA1B6 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 161 | 182 | - |
CMYK | 0 | 0.21 | 0.11 | 0.20 |
HSL | 331.36º | 0.31% | 0.72% | - |
HSV(B) | 331.36º | 0.21% | 0.8% | - |
XYZ | 46.37 | 41.85 | 49.89 | - |
YUV | 176.55 | 131.08 | 148.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 161 | 182 | 0 | 0.21 | 0.11 | 0.20 | 331.36 | 0.31 | 0.72 |
Hex | CD | A1 | B6 | 0 | 15 | B | 14 | 14B | 1F | 48 |
Octal | 315 | 241 | 266 | 0 | 25 | 13 | 24 | 513 | 37 | 110 |
Binary | 11001101 | 10100001 | 10110110 | 0 | 10101 | 1011 | 10100 | 101001011 | 11111 | 1001000 |
Color Harmonies of #CDA1B6
Complementary color
Monochromatic Colors of #CDA1B6
Black with #CDA1B6
Text Example
Text Example
White with #CDA1B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA1B6; }
p { color: rgb(205,161,182); }
H1.HeaderClassName
{
color: #CDA1B6;
}
.AnyTagClassName
{
color: #CDA1B6;
}
</style>
background-color css
<style>
a { background-color: #CDA1B6; }
a { background-color: rgb(205,161,182); }
div.DivClassName
{
background-color: #CDA1B6;
}
.BgClassName
{
background-color: #CDA1B6;
}
</style>
border-color css
<style>
span { border-color: #CDA1B6; }
span { border-color: rgb(205,161,182); }
td.TdClassName
{
border-color: #CDA1B6;
}
.TagClassName
{
border-color: #CDA1B6;
}
</style>