Shades of Morning Glory #AED2D5
Tints of Morning Glory #AED2D5
RGB
CMYK
RGB Variations
Color information
#AED2D5 (or 0xAED2D5) is known color: Morning Glory. HEX triplet: AE, D2 and D5. RGB value is (174,210,213). Sum of RGB (Red+Green+Blue) = 174+210+213=597 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.15% from 597); Green value is 210 (82.42% from 255 or 35.18% from 597); Blue value is 213 (83.59% from 255 or 35.68% from 597); Max value from RGB is 213 - color contains mainly: blue. Hex color #AED2D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED2D5 is #512D2A. Grayscale: #C7C7C7. Windows color (decimal): -5319979 or 14013102. OLE color: 14013102.
HSL color Cylindrical-coordinate representation of color #AED2D5: hue angle of 184.62º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AED2D5 is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 210 | 213 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.16 |
| HSL | 184.62º | 0.32% | 0.76% | - |
| HSV(B) | 184.62º | 0.18% | 0.84% | - |
| XYZ | 52.51 | 59.9 | 71.74 | - |
| YUV | 199.58 | 135.57 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 210 | 213 | 0.18 | 0.01 | 0 | 0.16 | 184.62 | 0.32 | 0.76 |
| Hex | AE | D2 | D5 | 12 | 1 | 0 | 10 | B9 | 20 | 4C |
| Octal | 256 | 322 | 325 | 22 | 1 | 0 | 20 | 271 | 40 | 114 |
| Binary | 10101110 | 11010010 | 11010101 | 10010 | 1 | 0 | 10000 | 10111001 | 100000 | 1001100 |
Color Harmonies of #AED2D5
Complementary color
Monochromatic Colors of #AED2D5
Black with #AED2D5
Text Example
Text Example
White with #AED2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED2D5; }
p { color: rgb(174,210,213); }
H1.HeaderClassName
{
color: #AED2D5;
}
.AnyTagClassName
{
color: #AED2D5;
}
</style>
background-color css
<style>
a { background-color: #AED2D5; }
a { background-color: rgb(174,210,213); }
div.DivClassName
{
background-color: #AED2D5;
}
.BgClassName
{
background-color: #AED2D5;
}
</style>
border-color css
<style>
span { border-color: #AED2D5; }
span { border-color: rgb(174,210,213); }
td.TdClassName
{
border-color: #AED2D5;
}
.TagClassName
{
border-color: #AED2D5;
}
</style>