Shades of Morning Glory #ADCDD1
Tints of Morning Glory #ADCDD1
RGB
CMYK
RGB Variations
Color information
#ADCDD1 (or 0xADCDD1) is known color: Morning Glory. HEX triplet: AD, CD and D1. RGB value is (173,205,209). Sum of RGB (Red+Green+Blue) = 173+205+209=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 209 (82.03% from 255 or 35.60% from 587); Max value from RGB is 209 - color contains mainly: blue. Hex color #ADCDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDD1 is #52322E. Grayscale: #C3C3C3. Windows color (decimal): -5386799 or 13749677. OLE color: 13749677.
HSL color Cylindrical-coordinate representation of color #ADCDD1: hue angle of 186.67º degrees, saturation: 0.28, 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 #ADCDD1 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 173 | 205 | 209 | - |
CMYK | 0.17 | 0.02 | 0 | 0.18 |
HSL | 186.67º | 0.28% | 0.75% | - |
HSV(B) | 186.67º | 0.17% | 0.82% | - |
XYZ | 50.57 | 57.15 | 68.69 | - |
YUV | 195.89 | 135.4 | 111.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 205 | 209 | 0.17 | 0.02 | 0 | 0.18 | 186.67 | 0.28 | 0.75 |
Hex | AD | CD | D1 | 11 | 2 | 0 | 12 | BB | 1C | 4B |
Octal | 255 | 315 | 321 | 21 | 2 | 0 | 22 | 273 | 34 | 113 |
Binary | 10101101 | 11001101 | 11010001 | 10001 | 10 | 0 | 10010 | 10111011 | 11100 | 1001011 |
Color Harmonies of #ADCDD1
Complementary color
Monochromatic Colors of #ADCDD1
Black with #ADCDD1
Text Example
Text Example
White with #ADCDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCDD1; }
p { color: rgb(173,205,209); }
H1.HeaderClassName
{
color: #ADCDD1;
}
.AnyTagClassName
{
color: #ADCDD1;
}
</style>
background-color css
<style>
a { background-color: #ADCDD1; }
a { background-color: rgb(173,205,209); }
div.DivClassName
{
background-color: #ADCDD1;
}
.BgClassName
{
background-color: #ADCDD1;
}
</style>
border-color css
<style>
span { border-color: #ADCDD1; }
span { border-color: rgb(173,205,209); }
td.TdClassName
{
border-color: #ADCDD1;
}
.TagClassName
{
border-color: #ADCDD1;
}
</style>