Shades of Morning Glory #ADCED0
Tints of Morning Glory #ADCED0
RGB
CMYK
RGB Variations
Color information
#ADCED0 (or 0xADCED0) is known color: Morning Glory. HEX triplet: AD, CE and D0. RGB value is (173,206,208). Sum of RGB (Red+Green+Blue) = 173+206+208=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 208 (81.64% from 255 or 35.43% from 587); Max value from RGB is 208 - color contains mainly: blue. Hex color #ADCED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCED0 is #52312F. Grayscale: #C4C4C4. Windows color (decimal): -5386544 or 13684397. OLE color: 13684397.
HSL color Cylindrical-coordinate representation of color #ADCED0: hue angle of 183.43º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADCED0 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 206 | 208 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.18 |
| HSL | 183.43º | 0.27% | 0.75% | - |
| HSV(B) | 183.43º | 0.17% | 0.82% | - |
| XYZ | 50.69 | 57.58 | 68.12 | - |
| YUV | 196.36 | 134.57 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 208 | 0.17 | 0.01 | 0 | 0.18 | 183.43 | 0.27 | 0.75 |
| Hex | AD | CE | D0 | 11 | 1 | 0 | 12 | B7 | 1B | 4B |
| Octal | 255 | 316 | 320 | 21 | 1 | 0 | 22 | 267 | 33 | 113 |
| Binary | 10101101 | 11001110 | 11010000 | 10001 | 1 | 0 | 10010 | 10110111 | 11011 | 1001011 |
Color Harmonies of #ADCED0
Complementary color
Monochromatic Colors of #ADCED0
Black with #ADCED0
Text Example
Text Example
White with #ADCED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCED0; }
p { color: rgb(173,206,208); }
H1.HeaderClassName
{
color: #ADCED0;
}
.AnyTagClassName
{
color: #ADCED0;
}
</style>
background-color css
<style>
a { background-color: #ADCED0; }
a { background-color: rgb(173,206,208); }
div.DivClassName
{
background-color: #ADCED0;
}
.BgClassName
{
background-color: #ADCED0;
}
</style>
border-color css
<style>
span { border-color: #ADCED0; }
span { border-color: rgb(173,206,208); }
td.TdClassName
{
border-color: #ADCED0;
}
.TagClassName
{
border-color: #ADCED0;
}
</style>