Shades of Biloba Flower #AD9ECE
Tints of Biloba Flower #AD9ECE
RGB
CMYK
RGB Variations
Color information
#AD9ECE (or 0xAD9ECE) is known color: Biloba Flower. HEX triplet: AD, 9E and CE. RGB value is (173,158,206). Sum of RGB (Red+Green+Blue) = 173+158+206=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 158 (62.11% from 255 or 29.42% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD9ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9ECE is #526131. Grayscale: #A7A7A7. Windows color (decimal): -5398834 or 13541037. OLE color: 13541037.
HSL color Cylindrical-coordinate representation of color #AD9ECE: hue angle of 258.75º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AD9ECE is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 158 | 206 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.19 |
| HSL | 258.75º | 0.33% | 0.71% | - |
| HSV(B) | 258.75º | 0.23% | 0.81% | - |
| XYZ | 40.6 | 37.79 | 63.55 | - |
| YUV | 167.96 | 149.47 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 158 | 206 | 0.16 | 0.23 | 0 | 0.19 | 258.75 | 0.33 | 0.71 |
| Hex | AD | 9E | CE | 10 | 17 | 0 | 13 | 103 | 21 | 47 |
| Octal | 255 | 236 | 316 | 20 | 27 | 0 | 23 | 403 | 41 | 107 |
| Binary | 10101101 | 10011110 | 11001110 | 10000 | 10111 | 0 | 10011 | 100000011 | 100001 | 1000111 |
Color Harmonies of #AD9ECE
Complementary color
Monochromatic Colors of #AD9ECE
Black with #AD9ECE
Text Example
Text Example
White with #AD9ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9ECE; }
p { color: rgb(173,158,206); }
H1.HeaderClassName
{
color: #AD9ECE;
}
.AnyTagClassName
{
color: #AD9ECE;
}
</style>
background-color css
<style>
a { background-color: #AD9ECE; }
a { background-color: rgb(173,158,206); }
div.DivClassName
{
background-color: #AD9ECE;
}
.BgClassName
{
background-color: #AD9ECE;
}
</style>
border-color css
<style>
span { border-color: #AD9ECE; }
span { border-color: rgb(173,158,206); }
td.TdClassName
{
border-color: #AD9ECE;
}
.TagClassName
{
border-color: #AD9ECE;
}
</style>