#aaddb7

Color #AADDB7 Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #AADDB7

Tints of Fringy Flower #AADDB7

Color information

#AADDB7 (or 0xAADDB7) is unknown color: approx Fringy Flower. HEX triplet: AA, DD and B7. RGB value is (170,221,183). Sum of RGB (Red+Green+Blue) = 170+221+183=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 183 (71.88% from 255 or 31.88% from 574); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDB7 is #552248. Grayscale: #C9C9C9. Windows color (decimal): -5579337 or 12049834. OLE color: 12049834.

HSL color Cylindrical-coordinate representation of color #AADDB7: hue angle of 135.29º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADDB7 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB170221183-
CMYK0.2300.170.13
HSL135.29º42.86%76.67%-
HSV(B)135.29º23.08%86.67%-
XYZ50.9863.6854.4-
YUV201.42117.6105.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.62%
GREEN value IS 221 (86.72% from 255) = 38.50%
BLUE value IS 183 (71.88% from 255) = 31.88%
R=29.62%
G=38.50%
B=31.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702211830.2300.170.13135.2942.8676.67
HexAADDB717011D872b4d
Octal252335267270211520753115
Binary101010101101110110110111101110100011101100001111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aaddb7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aaddb7; }

 p { color: rgb(170,221,183); }

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

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

 a { background-color: rgb(170,221,183); }

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

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

 span { border-color: rgb(170,221,183); }

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