Shades of Rainee #AECDA7
Tints of Rainee #AECDA7
RGB
CMYK
RGB Variations
Color information
#AECDA7 (or 0xAECDA7) is known color: Rainee. HEX triplet: AE, CD and A7. RGB value is (174,205,167). Sum of RGB (Red+Green+Blue) = 174+205+167=546 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.87% from 546); Green value is 205 (80.47% from 255 or 37.55% from 546); Blue value is 167 (65.62% from 255 or 30.59% from 546); Max value from RGB is 205 - color contains mainly: green. Hex color #AECDA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECDA7 is #513258. Grayscale: #BFBFBF. Windows color (decimal): -5321305 or 10997166. OLE color: 10997166.
HSL color Cylindrical-coordinate representation of color #AECDA7: hue angle of 108.95º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AECDA7 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 205 | 167 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.20 |
| HSL | 108.95º | 0.28% | 0.73% | - |
| HSV(B) | 108.95º | 0.19% | 0.8% | - |
| XYZ | 46.26 | 55.45 | 44.82 | - |
| YUV | 191.4 | 114.23 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 205 | 167 | 0.15 | 0 | 0.19 | 0.20 | 108.95 | 0.28 | 0.73 |
| Hex | AE | CD | A7 | F | 0 | 13 | 14 | 6D | 1C | 49 |
| Octal | 256 | 315 | 247 | 17 | 0 | 23 | 24 | 155 | 34 | 111 |
| Binary | 10101110 | 11001101 | 10100111 | 1111 | 0 | 10011 | 10100 | 1101101 | 11100 | 1001001 |
Color Harmonies of #AECDA7
Complementary color
Monochromatic Colors of #AECDA7
Black with #AECDA7
Text Example
Text Example
White with #AECDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECDA7; }
p { color: rgb(174,205,167); }
H1.HeaderClassName
{
color: #AECDA7;
}
.AnyTagClassName
{
color: #AECDA7;
}
</style>
background-color css
<style>
a { background-color: #AECDA7; }
a { background-color: rgb(174,205,167); }
div.DivClassName
{
background-color: #AECDA7;
}
.BgClassName
{
background-color: #AECDA7;
}
</style>
border-color css
<style>
span { border-color: #AECDA7; }
span { border-color: rgb(174,205,167); }
td.TdClassName
{
border-color: #AECDA7;
}
.TagClassName
{
border-color: #AECDA7;
}
</style>