Shades of Morning Glory #ADCFD2
Tints of Morning Glory #ADCFD2
RGB
CMYK
RGB Variations
Color information
#ADCFD2 (or 0xADCFD2) is known color: Morning Glory. HEX triplet: AD, CF and D2. RGB value is (173,207,210). Sum of RGB (Red+Green+Blue) = 173+207+210=590 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.32% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 210 (82.42% from 255 or 35.59% from 590); Max value from RGB is 210 - color contains mainly: blue. Hex color #ADCFD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCFD2 is #52302D. Grayscale: #C5C5C5. Windows color (decimal): -5386286 or 13815725. OLE color: 13815725.
HSL color Cylindrical-coordinate representation of color #ADCFD2: hue angle of 184.86º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADCFD2 is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 207 | 210 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.18 |
| HSL | 184.86º | 0.29% | 0.75% | - |
| HSV(B) | 184.86º | 0.18% | 0.82% | - |
| XYZ | 51.18 | 58.16 | 69.5 | - |
| YUV | 197.18 | 135.24 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 210 | 0.18 | 0.01 | 0 | 0.18 | 184.86 | 0.29 | 0.75 |
| Hex | AD | CF | D2 | 12 | 1 | 0 | 12 | B9 | 1D | 4B |
| Octal | 255 | 317 | 322 | 22 | 1 | 0 | 22 | 271 | 35 | 113 |
| Binary | 10101101 | 11001111 | 11010010 | 10010 | 1 | 0 | 10010 | 10111001 | 11101 | 1001011 |
Color Harmonies of #ADCFD2
Complementary color
Monochromatic Colors of #ADCFD2
Black with #ADCFD2
Text Example
Text Example
White with #ADCFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCFD2; }
p { color: rgb(173,207,210); }
H1.HeaderClassName
{
color: #ADCFD2;
}
.AnyTagClassName
{
color: #ADCFD2;
}
</style>
background-color css
<style>
a { background-color: #ADCFD2; }
a { background-color: rgb(173,207,210); }
div.DivClassName
{
background-color: #ADCFD2;
}
.BgClassName
{
background-color: #ADCFD2;
}
</style>
border-color css
<style>
span { border-color: #ADCFD2; }
span { border-color: rgb(173,207,210); }
td.TdClassName
{
border-color: #ADCFD2;
}
.TagClassName
{
border-color: #ADCFD2;
}
</style>