#AADDBB

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

Shades of Fringy Flower #AADDBB

Tints of Fringy Flower #AADDBB

Color information

#AADDBB (or 0xAADDBB) is unknown color: approx Fringy Flower. HEX triplet: AA, DD and BB. RGB value is (170,221,187). Sum of RGB (Red+Green+Blue) = 170+221+187=578 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.41% from 578); Green value is 221 (86.72% from 255 or 38.24% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDBB is #552244. Grayscale: #C9C9C9. Windows color (decimal): -5579333 or 12311978. OLE color: 12311978.

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

Color convert

RGB170221187-
CMYK0.2300.150.13
HSL140º42.86%76.67%-
HSV(B)140º23.08%86.67%-
XYZ51.463.8556.63-
YUV201.88119.6105.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.41%
GREEN value IS 221 (86.72% from 255) = 38.24%
BLUE value IS 187 (73.44% from 255) = 32.35%
R=29.41%
G=38.24%
B=32.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702211870.2300.150.1314042.8676.67
HexAADDBB170FD8c2b4d
Octal252335273270171521453115
Binary10101010110111011011101110111011111101100011001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADDBB; }

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

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

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

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

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

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

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

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