Shades of Morning Glory #ADD2D5
Tints of Morning Glory #ADD2D5
RGB
CMYK
RGB Variations
Color information
#ADD2D5 (or 0xADD2D5) is known color: Morning Glory. HEX triplet: AD, D2 and D5. RGB value is (173,210,213). Sum of RGB (Red+Green+Blue) = 173+210+213=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 210 (82.42% from 255 or 35.23% from 596); Blue value is 213 (83.59% from 255 or 35.74% from 596); Max value from RGB is 213 - color contains mainly: blue. Hex color #ADD2D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD2D5 is #522D2A. Grayscale: #C7C7C7. Windows color (decimal): -5385515 or 14013101. OLE color: 14013101.
HSL color Cylindrical-coordinate representation of color #ADD2D5: hue angle of 184.5º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADD2D5 is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 173 | 210 | 213 | - |
CMYK | 0.19 | 0.01 | 0 | 0.16 |
HSL | 184.5º | 0.32% | 0.76% | - |
HSV(B) | 184.5º | 0.19% | 0.84% | - |
XYZ | 52.29 | 59.78 | 71.73 | - |
YUV | 199.28 | 135.74 | 109.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 210 | 213 | 0.19 | 0.01 | 0 | 0.16 | 184.5 | 0.32 | 0.76 |
Hex | AD | D2 | D5 | 13 | 1 | 0 | 10 | B8 | 20 | 4C |
Octal | 255 | 322 | 325 | 23 | 1 | 0 | 20 | 270 | 40 | 114 |
Binary | 10101101 | 11010010 | 11010101 | 10011 | 1 | 0 | 10000 | 10111000 | 100000 | 1001100 |
Color Harmonies of #ADD2D5
Complementary color
Monochromatic Colors of #ADD2D5
Black with #ADD2D5
Text Example
Text Example
White with #ADD2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD2D5; }
p { color: rgb(173,210,213); }
H1.HeaderClassName
{
color: #ADD2D5;
}
.AnyTagClassName
{
color: #ADD2D5;
}
</style>
background-color css
<style>
a { background-color: #ADD2D5; }
a { background-color: rgb(173,210,213); }
div.DivClassName
{
background-color: #ADD2D5;
}
.BgClassName
{
background-color: #ADD2D5;
}
</style>
border-color css
<style>
span { border-color: #ADD2D5; }
span { border-color: rgb(173,210,213); }
td.TdClassName
{
border-color: #ADD2D5;
}
.TagClassName
{
border-color: #ADD2D5;
}
</style>