Shades of Morning Glory #ABCDCE
Tints of Morning Glory #ABCDCE
RGB
CMYK
RGB Variations
Color information
#ABCDCE (or 0xABCDCE) is known color: Morning Glory. HEX triplet: AB, CD and CE. RGB value is (171,205,206). Sum of RGB (Red+Green+Blue) = 171+205+206=582 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.38% from 582); Green value is 205 (80.47% from 255 or 35.22% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 206 - color contains mainly: blue. Hex color #ABCDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCDCE is #543231. Grayscale: #C2C2C2. Windows color (decimal): -5517874 or 13553067. OLE color: 13553067.
HSL color Cylindrical-coordinate representation of color #ABCDCE: hue angle of 181.71º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABCDCE is Cyan = 0.17, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 205 | 206 | - |
| CMYK | 0.17 | 0.00 | 0 | 0.19 |
| HSL | 181.71º | 0.26% | 0.74% | - |
| HSV(B) | 181.71º | 0.17% | 0.81% | - |
| XYZ | 49.77 | 56.78 | 66.73 | - |
| YUV | 194.95 | 134.24 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 206 | 0.17 | 0.00 | 0 | 0.19 | 181.71 | 0.26 | 0.74 |
| Hex | AB | CD | CE | 11 | 0 | 0 | 13 | B6 | 1A | 4A |
| Octal | 253 | 315 | 316 | 21 | 0 | 0 | 23 | 266 | 32 | 112 |
| Binary | 10101011 | 11001101 | 11001110 | 10001 | 0 | 0 | 10011 | 10110110 | 11010 | 1001010 |
Color Harmonies of #ABCDCE
Complementary color
Monochromatic Colors of #ABCDCE
Black with #ABCDCE
Text Example
Text Example
White with #ABCDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCDCE; }
p { color: rgb(171,205,206); }
H1.HeaderClassName
{
color: #ABCDCE;
}
.AnyTagClassName
{
color: #ABCDCE;
}
</style>
background-color css
<style>
a { background-color: #ABCDCE; }
a { background-color: rgb(171,205,206); }
div.DivClassName
{
background-color: #ABCDCE;
}
.BgClassName
{
background-color: #ABCDCE;
}
</style>
border-color css
<style>
span { border-color: #ABCDCE; }
span { border-color: rgb(171,205,206); }
td.TdClassName
{
border-color: #ABCDCE;
}
.TagClassName
{
border-color: #ABCDCE;
}
</style>