Shades of Morning Glory #ADCCD0
Tints of Morning Glory #ADCCD0
RGB
CMYK
RGB Variations
Color information
#ADCCD0 (or 0xADCCD0) is known color: Morning Glory. HEX triplet: AD, CC and D0. RGB value is (173,204,208). Sum of RGB (Red+Green+Blue) = 173+204+208=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 208 (81.64% from 255 or 35.56% from 585); Max value from RGB is 208 - color contains mainly: blue. Hex color #ADCCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCD0 is #52332F. Grayscale: #C3C3C3. Windows color (decimal): -5387056 or 13683885. OLE color: 13683885.
HSL color Cylindrical-coordinate representation of color #ADCCD0: hue angle of 186.86º 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 #ADCCD0 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 204 | 208 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.18 |
| HSL | 186.86º | 0.27% | 0.75% | - |
| HSV(B) | 186.86º | 0.17% | 0.82% | - |
| XYZ | 50.21 | 56.62 | 67.96 | - |
| YUV | 195.19 | 135.23 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 208 | 0.17 | 0.02 | 0 | 0.18 | 186.86 | 0.27 | 0.75 |
| Hex | AD | CC | D0 | 11 | 2 | 0 | 12 | BB | 1B | 4B |
| Octal | 255 | 314 | 320 | 21 | 2 | 0 | 22 | 273 | 33 | 113 |
| Binary | 10101101 | 11001100 | 11010000 | 10001 | 10 | 0 | 10010 | 10111011 | 11011 | 1001011 |
Color Harmonies of #ADCCD0
Complementary color
Monochromatic Colors of #ADCCD0
Black with #ADCCD0
Text Example
Text Example
White with #ADCCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCCD0; }
p { color: rgb(173,204,208); }
H1.HeaderClassName
{
color: #ADCCD0;
}
.AnyTagClassName
{
color: #ADCCD0;
}
</style>
background-color css
<style>
a { background-color: #ADCCD0; }
a { background-color: rgb(173,204,208); }
div.DivClassName
{
background-color: #ADCCD0;
}
.BgClassName
{
background-color: #ADCCD0;
}
</style>
border-color css
<style>
span { border-color: #ADCCD0; }
span { border-color: rgb(173,204,208); }
td.TdClassName
{
border-color: #ADCCD0;
}
.TagClassName
{
border-color: #ADCCD0;
}
</style>