#AADDB8

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

Shades of Fringy Flower #AADDB8

Tints of Fringy Flower #AADDB8

Color information

#AADDB8 (or 0xAADDB8) is unknown color: approx Fringy Flower. HEX triplet: AA, DD and B8. RGB value is (170,221,184). Sum of RGB (Red+Green+Blue) = 170+221+184=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 184 (72.27% from 255 or 32% from 575); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDB8 is #552247. Grayscale: #C9C9C9. Windows color (decimal): -5579336 or 12115370. OLE color: 12115370.

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

Color convert

RGB170221184-
CMYK0.2300.170.13
HSL136.47º42.86%76.67%-
HSV(B)136.47º23.08%86.67%-
XYZ51.0963.7254.95-
YUV201.53118.1105.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.57%
GREEN value IS 221 (86.72% from 255) = 38.43%
BLUE value IS 184 (72.27% from 255) = 32%
R=29.57%
G=38.43%
B=32%

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
Decimal1702211840.2300.170.13136.4742.8676.67
HexAADDB817011D882b4d
Octal252335270270211521053115
Binary101010101101110110111000101110100011101100010001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADDB8; }

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

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

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

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

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

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

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

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