Shades of Morning Glory #99DEDD
Tints of Morning Glory #99DEDD
RGB
CMYK
RGB Variations
Color information
#99DEDD (or 0x99DEDD) is known color: Morning Glory. HEX triplet: 99, DE and DD. RGB value is (153,222,221). Sum of RGB (Red+Green+Blue) = 153+222+221=596 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.67% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 222 - color contains mainly: green. Hex color #99DEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DEDD is #662122. Grayscale: #C9C9C9. Windows color (decimal): -6693155 or 14540441. OLE color: 14540441.
HSL color Cylindrical-coordinate representation of color #99DEDD: hue angle of 179.13º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99DEDD is Cyan = 0.31, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 222 | 221 | - |
| CMYK | 0.31 | 0 | 0.00 | 0.13 |
| HSL | 179.13º | 0.51% | 0.74% | - |
| HSV(B) | 179.13º | 0.31% | 0.87% | - |
| XYZ | 52.31 | 64.24 | 78.05 | - |
| YUV | 201.26 | 139.14 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 222 | 221 | 0.31 | 0 | 0.00 | 0.13 | 179.13 | 0.51 | 0.74 |
| Hex | 99 | DE | DD | 1F | 0 | 0 | D | B3 | 33 | 4A |
| Octal | 231 | 336 | 335 | 37 | 0 | 0 | 15 | 263 | 63 | 112 |
| Binary | 10011001 | 11011110 | 11011101 | 11111 | 0 | 0 | 1101 | 10110011 | 110011 | 1001010 |
Color Harmonies of #99DEDD
Complementary color
Monochromatic Colors of #99DEDD
Black with #99DEDD
Text Example
Text Example
White with #99DEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DEDD; }
p { color: rgb(153,222,221); }
H1.HeaderClassName
{
color: #99DEDD;
}
.AnyTagClassName
{
color: #99DEDD;
}
</style>
background-color css
<style>
a { background-color: #99DEDD; }
a { background-color: rgb(153,222,221); }
div.DivClassName
{
background-color: #99DEDD;
}
.BgClassName
{
background-color: #99DEDD;
}
</style>
border-color css
<style>
span { border-color: #99DEDD; }
span { border-color: rgb(153,222,221); }
td.TdClassName
{
border-color: #99DEDD;
}
.TagClassName
{
border-color: #99DEDD;
}
</style>