#ADDDB7

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

Shades of Fringy Flower #ADDDB7

Tints of Fringy Flower #ADDDB7

Color information

#ADDDB7 (or 0xADDDB7) is unknown color: approx 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

RGB173221183-
CMYK0.2200.170.13
HSL132.5º41.38%77.25%-
HSV(B)132.5º21.72%86.67%-
XYZ51.6464.0254.43-
YUV202.32117.1107.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.98%
GREEN value IS 221 (86.72% from 255) = 38.30%
BLUE value IS 183 (71.88% from 255) = 31.72%
R=29.98%
G=38.30%
B=31.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732211830.2200.170.13132.541.3877.25
HexADDDB716011D84294d
Octal255335267260211520451115
Binary101011011101110110110111101100100011101100001001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>