Html Css Color HEX #ADDDB7 Fringy Flower

📋 copy color: '#ADDDB7'

red 173 ◦ green 221 ◦ blue 183

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

Shades of Fringy Flower #ADDDB7

Tints of Fringy Flower #ADDDB7

RGB

 RED value IS 173 (67.97% from 255) = 29.98%

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

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

R = 29.98%
G = 38.3%
B = 31.72%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#ADDDB7 (or 0xADDDB7) is known color: Fringy Flower. HEX triplet: AD, DD and B7. RGB value is (173,221,183). Sum of RGB (Red+Green+Blue) = 173+221+183=577 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.98% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 183 (71.88% from 255 or 31.72% from 577); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDB7 is #522248. Grayscale: #CACACA. Windows color (decimal): -5382729 or 12049837. OLE color: 12049837.

HSL color Cylindrical-coordinate representation of color #ADDDB7: hue angle of 132.5º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDDB7 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 221 183 -
CMYK 0.22 0 0.17 0.13
HSL 132.5º 0.41% 0.77% -
HSV(B) 132.5º 0.22% 0.87% -
XYZ 51.64 64.02 54.43 -
YUV 202.32 117.1 107.09 -
System Red Green Blue C M Y K H S L
Decimal 173 221 183 0.22 0 0.17 0.13 132.5 0.41 0.77
Hex AD DD B7 16 0 11 D 84 29 4D
Octal 255 335 267 26 0 21 15 204 51 115
Binary 10101101 11011101 10110111 10110 0 10001 1101 10000100 101001 1001101

Color Harmonies of #ADDDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDDB7

Black with #ADDDB7

Text Example


Text Example

White with #ADDDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDDB7; }

 p { color: rgb(173,221,183); }

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

background-color css

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

 a { background-color: rgb(173,221,183); }

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

border-color css

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

 span { border-color: rgb(173,221,183); }

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