Shades of Lily #C69DB6
Tints of Lily #C69DB6
RGB
CMYK
RGB Variations
Color information
#C69DB6 (or 0xC69DB6) is known color: Lily. HEX triplet: C6, 9D and B6. RGB value is (198,157,182). Sum of RGB (Red+Green+Blue) = 198+157+182=537 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.87% from 537); Green value is 157 (61.72% from 255 or 29.24% from 537); Blue value is 182 (71.48% from 255 or 33.89% from 537); Max value from RGB is 198 - color contains mainly: red. Hex color #C69DB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69DB6 is #396249. Grayscale: #ACACAC. Windows color (decimal): -3760714 or 11967942. OLE color: 11967942.
HSL color Cylindrical-coordinate representation of color #C69DB6: hue angle of 323.41º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C69DB6 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
RGB | 198 | 157 | 182 | - |
CMYK | 0 | 0.21 | 0.08 | 0.22 |
HSL | 323.41º | 0.26% | 0.7% | - |
HSV(B) | 323.41º | 0.21% | 0.78% | - |
XYZ | 43.79 | 39.5 | 49.57 | - |
YUV | 172.11 | 133.58 | 146.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 157 | 182 | 0 | 0.21 | 0.08 | 0.22 | 323.41 | 0.26 | 0.7 |
Hex | C6 | 9D | B6 | 0 | 15 | 8 | 16 | 143 | 1A | 46 |
Octal | 306 | 235 | 266 | 0 | 25 | 10 | 26 | 503 | 32 | 106 |
Binary | 11000110 | 10011101 | 10110110 | 0 | 10101 | 1000 | 10110 | 101000011 | 11010 | 1000110 |
Color Harmonies of #C69DB6
Complementary color
Monochromatic Colors of #C69DB6
Black with #C69DB6
Text Example
Text Example
White with #C69DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69DB6; }
p { color: rgb(198,157,182); }
H1.HeaderClassName
{
color: #C69DB6;
}
.AnyTagClassName
{
color: #C69DB6;
}
</style>
background-color css
<style>
a { background-color: #C69DB6; }
a { background-color: rgb(198,157,182); }
div.DivClassName
{
background-color: #C69DB6;
}
.BgClassName
{
background-color: #C69DB6;
}
</style>
border-color css
<style>
span { border-color: #C69DB6; }
span { border-color: rgb(198,157,182); }
td.TdClassName
{
border-color: #C69DB6;
}
.TagClassName
{
border-color: #C69DB6;
}
</style>