Shades of Morning Glory #ABCFD3
Tints of Morning Glory #ABCFD3
RGB
CMYK
RGB Variations
Color information
#ABCFD3 (or 0xABCFD3) is known color: Morning Glory. HEX triplet: AB, CF and D3. RGB value is (171,207,211). Sum of RGB (Red+Green+Blue) = 171+207+211=589 (78% of max value = 765). Red value is 171 (67.19% from 255 or 29.03% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 211 (82.81% from 255 or 35.82% from 589); Max value from RGB is 211 - color contains mainly: blue. Hex color #ABCFD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCFD3 is #54302C. Grayscale: #C4C4C4. Windows color (decimal): -5517357 or 13881259. OLE color: 13881259.
HSL color Cylindrical-coordinate representation of color #ABCFD3: hue angle of 186º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABCFD3 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 207 | 211 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.17 |
| HSL | 186º | 0.31% | 0.75% | - |
| HSV(B) | 186º | 0.19% | 0.83% | - |
| XYZ | 50.87 | 57.99 | 70.14 | - |
| YUV | 196.69 | 136.07 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 211 | 0.19 | 0.02 | 0 | 0.17 | 186 | 0.31 | 0.75 |
| Hex | AB | CF | D3 | 13 | 2 | 0 | 11 | BA | 1F | 4B |
| Octal | 253 | 317 | 323 | 23 | 2 | 0 | 21 | 272 | 37 | 113 |
| Binary | 10101011 | 11001111 | 11010011 | 10011 | 10 | 0 | 10001 | 10111010 | 11111 | 1001011 |
Color Harmonies of #ABCFD3
Complementary color
Monochromatic Colors of #ABCFD3
Black with #ABCFD3
Text Example
Text Example
White with #ABCFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCFD3; }
p { color: rgb(171,207,211); }
H1.HeaderClassName
{
color: #ABCFD3;
}
.AnyTagClassName
{
color: #ABCFD3;
}
</style>
background-color css
<style>
a { background-color: #ABCFD3; }
a { background-color: rgb(171,207,211); }
div.DivClassName
{
background-color: #ABCFD3;
}
.BgClassName
{
background-color: #ABCFD3;
}
</style>
border-color css
<style>
span { border-color: #ABCFD3; }
span { border-color: rgb(171,207,211); }
td.TdClassName
{
border-color: #ABCFD3;
}
.TagClassName
{
border-color: #ABCFD3;
}
</style>