#AADDB5

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

Shades of Fringy Flower #AADDB5

Tints of Fringy Flower #AADDB5

Color information

#AADDB5 (or 0xAADDB5) is unknown color: approx Fringy Flower. HEX triplet: AA, DD and B5. RGB value is (170,221,181). Sum of RGB (Red+Green+Blue) = 170+221+181=572 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.72% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 181 (71.09% from 255 or 31.64% from 572); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDB5 is #55224A. Grayscale: #C9C9C9. Windows color (decimal): -5579339 or 11918762. OLE color: 11918762.

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

Color convert

RGB170221181-
CMYK0.2300.180.13
HSL132.94º42.86%76.67%-
HSV(B)132.94º23.08%86.67%-
XYZ50.7763.653.32-
YUV201.19116.6105.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.72%
GREEN value IS 221 (86.72% from 255) = 38.64%
BLUE value IS 181 (71.09% from 255) = 31.64%
R=29.72%
G=38.64%
B=31.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702211810.2300.180.13132.9442.8676.67
HexAADDB517012D852b4d
Octal252335265270221520553115
Binary101010101101110110110101101110100101101100001011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADDB5; }

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

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

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

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

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

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

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

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