Html Css Color HEX #AADDB7 Fringy Flower

📋 copy color: '#AADDB7'

red 170 ◦ green 221 ◦ blue 183

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

Shades of Fringy Flower #AADDB7

Tints of Fringy Flower #AADDB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 31.88%

R = 29.62%
G = 38.5%
B = 31.88%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#AADDB7 (or 0xAADDB7) is known color: 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

RGB 170 221 183 -
CMYK 0.23 0 0.17 0.13
HSL 135.29º 0.43% 0.77% -
HSV(B) 135.29º 0.23% 0.87% -
XYZ 50.98 63.68 54.4 -
YUV 201.42 117.6 105.59 -
System Red Green Blue C M Y K H S L
Decimal 170 221 183 0.23 0 0.17 0.13 135.29 0.43 0.77
Hex AA DD B7 17 0 11 D 87 2B 4D
Octal 252 335 267 27 0 21 15 207 53 115
Binary 10101010 11011101 10110111 10111 0 10001 1101 10000111 101011 1001101

Color Harmonies of #AADDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADDB7

Black with #AADDB7

Text Example


Text Example

White with #AADDB7

Text Example


Text Example

HTML Codes & Css Web 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>