Shades of Spring Rain #AECDA3
Tints of Spring Rain #AECDA3
RGB
CMYK
RGB Variations
Color information
#AECDA3 (or 0xAECDA3) is known color: Spring Rain. HEX triplet: AE, CD and A3. RGB value is (174,205,163). Sum of RGB (Red+Green+Blue) = 174+205+163=542 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.10% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 163 (64.06% from 255 or 30.07% from 542); Max value from RGB is 205 - color contains mainly: green. Hex color #AECDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECDA3 is #51325C. Grayscale: #BFBFBF. Windows color (decimal): -5321309 or 10735022. OLE color: 10735022.
HSL color Cylindrical-coordinate representation of color #AECDA3: hue angle of 104.29º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AECDA3 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 205 | 163 | - |
| CMYK | 0.15 | 0 | 0.20 | 0.20 |
| HSL | 104.29º | 0.3% | 0.72% | - |
| HSV(B) | 104.29º | 0.2% | 0.8% | - |
| XYZ | 45.9 | 55.31 | 42.91 | - |
| YUV | 190.94 | 112.23 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 205 | 163 | 0.15 | 0 | 0.20 | 0.20 | 104.29 | 0.3 | 0.72 |
| Hex | AE | CD | A3 | F | 0 | 14 | 14 | 68 | 1E | 48 |
| Octal | 256 | 315 | 243 | 17 | 0 | 24 | 24 | 150 | 36 | 110 |
| Binary | 10101110 | 11001101 | 10100011 | 1111 | 0 | 10100 | 10100 | 1101000 | 11110 | 1001000 |
Color Harmonies of #AECDA3
Complementary color
Monochromatic Colors of #AECDA3
Black with #AECDA3
Text Example
Text Example
White with #AECDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECDA3; }
p { color: rgb(174,205,163); }
H1.HeaderClassName
{
color: #AECDA3;
}
.AnyTagClassName
{
color: #AECDA3;
}
</style>
background-color css
<style>
a { background-color: #AECDA3; }
a { background-color: rgb(174,205,163); }
div.DivClassName
{
background-color: #AECDA3;
}
.BgClassName
{
background-color: #AECDA3;
}
</style>
border-color css
<style>
span { border-color: #AECDA3; }
span { border-color: rgb(174,205,163); }
td.TdClassName
{
border-color: #AECDA3;
}
.TagClassName
{
border-color: #AECDA3;
}
</style>