Shades of Lily #C29EB8
Tints of Lily #C29EB8
RGB
CMYK
RGB Variations
Color information
#C29EB8 (or 0xC29EB8) is known color: Lily. HEX triplet: C2, 9E and B8. RGB value is (194,158,184). Sum of RGB (Red+Green+Blue) = 194+158+184=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 158 (62.11% from 255 or 29.48% from 536); Blue value is 184 (72.27% from 255 or 34.33% from 536); Max value from RGB is 194 - color contains mainly: red. Hex color #C29EB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29EB8 is #3D6147. Grayscale: #ABABAB. Windows color (decimal): -4022600 or 12099266. OLE color: 12099266.
HSL color Cylindrical-coordinate representation of color #C29EB8: hue angle of 316.67º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C29EB8 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 158 | 184 | - |
CMYK | 0 | 0.19 | 0.05 | 0.24 |
HSL | 316.67º | 0.23% | 0.69% | - |
HSV(B) | 316.67º | 0.19% | 0.76% | - |
XYZ | 43.13 | 39.38 | 50.68 | - |
YUV | 171.73 | 134.93 | 143.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 158 | 184 | 0 | 0.19 | 0.05 | 0.24 | 316.67 | 0.23 | 0.69 |
Hex | C2 | 9E | B8 | 0 | 13 | 5 | 18 | 13D | 17 | 45 |
Octal | 302 | 236 | 270 | 0 | 23 | 5 | 30 | 475 | 27 | 105 |
Binary | 11000010 | 10011110 | 10111000 | 0 | 10011 | 101 | 11000 | 100111101 | 10111 | 1000101 |
Color Harmonies of #C29EB8
Complementary color
Monochromatic Colors of #C29EB8
Black with #C29EB8
Text Example
Text Example
White with #C29EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29EB8; }
p { color: rgb(194,158,184); }
H1.HeaderClassName
{
color: #C29EB8;
}
.AnyTagClassName
{
color: #C29EB8;
}
</style>
background-color css
<style>
a { background-color: #C29EB8; }
a { background-color: rgb(194,158,184); }
div.DivClassName
{
background-color: #C29EB8;
}
.BgClassName
{
background-color: #C29EB8;
}
</style>
border-color css
<style>
span { border-color: #C29EB8; }
span { border-color: rgb(194,158,184); }
td.TdClassName
{
border-color: #C29EB8;
}
.TagClassName
{
border-color: #C29EB8;
}
</style>