Shades of Lily #C7AEB7
Tints of Lily #C7AEB7
RGB
CMYK
RGB Variations
Color information
#C7AEB7 (or 0xC7AEB7) is known color: Lily. HEX triplet: C7, AE and B7. RGB value is (199,174,183). Sum of RGB (Red+Green+Blue) = 199+174+183=556 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.79% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 183 (71.88% from 255 or 32.91% from 556); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AEB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AEB7 is #385148. Grayscale: #B6B6B6. Windows color (decimal): -3690825 or 12037831. OLE color: 12037831.
HSL color Cylindrical-coordinate representation of color #C7AEB7: hue angle of 338.4º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7AEB7 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 174 | 183 | - |
CMYK | 0 | 0.13 | 0.08 | 0.22 |
HSL | 338.4º | 0.18% | 0.73% | - |
HSV(B) | 338.4º | 0.13% | 0.78% | - |
XYZ | 47.24 | 45.83 | 51.16 | - |
YUV | 182.5 | 128.28 | 139.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 174 | 183 | 0 | 0.13 | 0.08 | 0.22 | 338.4 | 0.18 | 0.73 |
Hex | C7 | AE | B7 | 0 | D | 8 | 16 | 152 | 12 | 49 |
Octal | 307 | 256 | 267 | 0 | 15 | 10 | 26 | 522 | 22 | 111 |
Binary | 11000111 | 10101110 | 10110111 | 0 | 1101 | 1000 | 10110 | 101010010 | 10010 | 1001001 |
Color Harmonies of #C7AEB7
Complementary color
Monochromatic Colors of #C7AEB7
Black with #C7AEB7
Text Example
Text Example
White with #C7AEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AEB7; }
p { color: rgb(199,174,183); }
H1.HeaderClassName
{
color: #C7AEB7;
}
.AnyTagClassName
{
color: #C7AEB7;
}
</style>
background-color css
<style>
a { background-color: #C7AEB7; }
a { background-color: rgb(199,174,183); }
div.DivClassName
{
background-color: #C7AEB7;
}
.BgClassName
{
background-color: #C7AEB7;
}
</style>
border-color css
<style>
span { border-color: #C7AEB7; }
span { border-color: rgb(199,174,183); }
td.TdClassName
{
border-color: #C7AEB7;
}
.TagClassName
{
border-color: #C7AEB7;
}
</style>