Html Css Color HEX #AADDB9 Fringy Flower

📋 copy color: '#AADDB9'

red 170 ◦ green 221 ◦ blue 185

#AADDB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fringy Flower #AADDB9

Tints of Fringy Flower #AADDB9

RGB

 RED value IS 170 (66.8% from 255) = 29.51%

 GREEN value IS 221 (86.72% from 255) = 38.37%

 BLUE value IS 185 (72.66% from 255) = 32.12%

R = 29.51%
G = 38.37%
B = 32.12%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#AADDB9 (or 0xAADDB9) is known color: Fringy Flower. HEX triplet: AA, DD and B9. RGB value is (170,221,185). Sum of RGB (Red+Green+Blue) = 170+221+185=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 185 (72.66% from 255 or 32.12% from 576); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDB9 is #552246. Grayscale: #C9C9C9. Windows color (decimal): -5579335 or 12180906. OLE color: 12180906.

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

Color convert

RGB 170 221 185 -
CMYK 0.23 0 0.16 0.13
HSL 137.65º 0.43% 0.77% -
HSV(B) 137.65º 0.23% 0.87% -
XYZ 51.19 63.76 55.51 -
YUV 201.65 118.6 105.43 -
System Red Green Blue C M Y K H S L
Decimal 170 221 185 0.23 0 0.16 0.13 137.65 0.43 0.77
Hex AA DD B9 17 0 10 D 8A 2B 4D
Octal 252 335 271 27 0 20 15 212 53 115
Binary 10101010 11011101 10111001 10111 0 10000 1101 10001010 101011 1001101

Color Harmonies of #AADDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADDB9

Black with #AADDB9

Text Example


Text Example

White with #AADDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADDB9; }

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

 H1.HeaderClassName
 {
   color: #AADDB9;
 }
 .AnyTagClassName
 {
   color: #AADDB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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