Shades of Morning Glory #A4D2D3
Tints of Morning Glory #A4D2D3
RGB
CMYK
RGB Variations
Color information
#A4D2D3 (or 0xA4D2D3) is known color: Morning Glory. HEX triplet: A4, D2 and D3. RGB value is (164,210,211). Sum of RGB (Red+Green+Blue) = 164+210+211=585 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.03% from 585); Green value is 210 (82.42% from 255 or 35.90% from 585); Blue value is 211 (82.81% from 255 or 36.07% from 585); Max value from RGB is 211 - color contains mainly: blue. Hex color #A4D2D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D2D3 is #5B2D2C. Grayscale: #C4C4C4. Windows color (decimal): -5975341 or 13882020. OLE color: 13882020.
HSL color Cylindrical-coordinate representation of color #A4D2D3: hue angle of 181.28º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A4D2D3 is Cyan = 0.22, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 164 | 210 | 211 | - |
| CMYK | 0.22 | 0.00 | 0 | 0.17 |
| HSL | 181.28º | 0.35% | 0.74% | - |
| HSV(B) | 181.28º | 0.22% | 0.83% | - |
| XYZ | 50.11 | 58.69 | 70.31 | - |
| YUV | 196.36 | 136.26 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 210 | 211 | 0.22 | 0.00 | 0 | 0.17 | 181.28 | 0.35 | 0.74 |
| Hex | A4 | D2 | D3 | 16 | 0 | 0 | 11 | B5 | 23 | 4A |
| Octal | 244 | 322 | 323 | 26 | 0 | 0 | 21 | 265 | 43 | 112 |
| Binary | 10100100 | 11010010 | 11010011 | 10110 | 0 | 0 | 10001 | 10110101 | 100011 | 1001010 |
Color Harmonies of #A4D2D3
Complementary color
Monochromatic Colors of #A4D2D3
Black with #A4D2D3
Text Example
Text Example
White with #A4D2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D2D3; }
p { color: rgb(164,210,211); }
H1.HeaderClassName
{
color: #A4D2D3;
}
.AnyTagClassName
{
color: #A4D2D3;
}
</style>
background-color css
<style>
a { background-color: #A4D2D3; }
a { background-color: rgb(164,210,211); }
div.DivClassName
{
background-color: #A4D2D3;
}
.BgClassName
{
background-color: #A4D2D3;
}
</style>
border-color css
<style>
span { border-color: #A4D2D3; }
span { border-color: rgb(164,210,211); }
td.TdClassName
{
border-color: #A4D2D3;
}
.TagClassName
{
border-color: #A4D2D3;
}
</style>