#99DEDE

Color #99DEDE Morning Glory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morning Glory #99DEDE

Tints of Morning Glory #99DEDE

Color information

#99DEDE (or 0x99DEDE) is unknown color: approx Morning Glory. HEX triplet: 99, DE and DE. RGB value is (153,222,222). Sum of RGB (Red+Green+Blue) = 153+222+222=597 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.63% from 597); Green value is 222 (87.11% from 255 or 37.19% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #99DEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DEDE is #662121. Grayscale: #C9C9C9. Windows color (decimal): -6693154 or 14605977. OLE color: 14605977.

HSL color Cylindrical-coordinate representation of color #99DEDE: hue angle of 180º 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 #99DEDE is Cyan = 0.31, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB153222222-
CMYK0.31000.13
HSL180º51.11%73.53%-
HSV(B)180º31.08%87.06%-
XYZ52.4464.2978.75-
YUV201.37139.6493.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 25.63%
GREEN value IS 222 (87.11% from 255) = 37.19%
BLUE value IS 222 (87.11% from 255) = 37.19%
R=25.63%
G=37.19%
B=37.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532222220.31000.1318051.1173.53
Hex99DEDE1F00Db4334a
Octal23133633637001526463112
Binary10011001110111101101111011111001101101101001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99DEDE; }

 p { color: rgb(153,222,222); }

 H1.HeaderClassName
 {
   color: #99DEDE;
 }
 .AnyTagClassName
 {
   color: #99DEDE;
 }
</style>
background-color css

<style>
 a { background-color: #99DEDE; }

 a { background-color: rgb(153,222,222); }

 div.DivClassName
 {
   background-color: #99DEDE;
 }
 .BgClassName
 {
   background-color: #99DEDE;
 }
</style>
border-color css

<style>
 span { border-color: #99DEDE; }

 span { border-color: rgb(153,222,222); }

 td.TdClassName
 {
   border-color: #99DEDE;
 }
 .TagClassName
 {
   border-color: #99DEDE;
 }
</style>