#ADD2D5

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

Shades of Morning Glory #ADD2D5

Tints of Morning Glory #ADD2D5

Color information

#ADD2D5 (or 0xADD2D5) is unknown color: approx Morning Glory. HEX triplet: AD, D2 and D5. RGB value is (173,210,213). Sum of RGB (Red+Green+Blue) = 173+210+213=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 210 (82.42% from 255 or 35.23% from 596); Blue value is 213 (83.59% from 255 or 35.74% from 596); Max value from RGB is 213 - color contains mainly: blue. Hex color #ADD2D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD2D5 is #522D2A. Grayscale: #C7C7C7. Windows color (decimal): -5385515 or 14013101. OLE color: 14013101.

HSL color Cylindrical-coordinate representation of color #ADD2D5: hue angle of 184.5º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADD2D5 is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB173210213-
CMYK0.190.0100.16
HSL184.5º32.26%75.69%-
HSV(B)184.5º18.78%83.53%-
XYZ52.2959.7871.73-
YUV199.28135.74109.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.03%
GREEN value IS 210 (82.42% from 255) = 35.23%
BLUE value IS 213 (83.59% from 255) = 35.74%
R=29.03%
G=35.23%
B=35.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1732102130.190.0100.16184.532.2675.69
HexADD2D5131010b8204c
Octal25532232523102027040114
Binary101011011101001011010101100111010000101110001000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD2D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD2D5; }

 p { color: rgb(173,210,213); }

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

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

 a { background-color: rgb(173,210,213); }

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

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

 span { border-color: rgb(173,210,213); }

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