Shades of Rainee #AECDA5
Tints of Rainee #AECDA5
RGB
CMYK
RGB Variations
Color information
#AECDA5 (or 0xAECDA5) is known color: Rainee. HEX triplet: AE, CD and A5. RGB value is (174,205,165). Sum of RGB (Red+Green+Blue) = 174+205+165=544 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.99% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 165 (64.84% from 255 or 30.33% from 544); Max value from RGB is 205 - color contains mainly: green. Hex color #AECDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECDA5 is #51325A. Grayscale: #BFBFBF. Windows color (decimal): -5321307 or 10866094. OLE color: 10866094.
HSL color Cylindrical-coordinate representation of color #AECDA5: hue angle of 106.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AECDA5 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 205 | 165 | - |
| CMYK | 0.15 | 0 | 0.20 | 0.20 |
| HSL | 106.5º | 0.29% | 0.73% | - |
| HSV(B) | 106.5º | 0.2% | 0.8% | - |
| XYZ | 46.08 | 55.38 | 43.86 | - |
| YUV | 191.17 | 113.23 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 205 | 165 | 0.15 | 0 | 0.20 | 0.20 | 106.5 | 0.29 | 0.73 |
| Hex | AE | CD | A5 | F | 0 | 14 | 14 | 6A | 1D | 49 |
| Octal | 256 | 315 | 245 | 17 | 0 | 24 | 24 | 152 | 35 | 111 |
| Binary | 10101110 | 11001101 | 10100101 | 1111 | 0 | 10100 | 10100 | 1101010 | 11101 | 1001001 |
Color Harmonies of #AECDA5
Complementary color
Monochromatic Colors of #AECDA5
Black with #AECDA5
Text Example
Text Example
White with #AECDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECDA5; }
p { color: rgb(174,205,165); }
H1.HeaderClassName
{
color: #AECDA5;
}
.AnyTagClassName
{
color: #AECDA5;
}
</style>
background-color css
<style>
a { background-color: #AECDA5; }
a { background-color: rgb(174,205,165); }
div.DivClassName
{
background-color: #AECDA5;
}
.BgClassName
{
background-color: #AECDA5;
}
</style>
border-color css
<style>
span { border-color: #AECDA5; }
span { border-color: rgb(174,205,165); }
td.TdClassName
{
border-color: #AECDA5;
}
.TagClassName
{
border-color: #AECDA5;
}
</style>