#ABDDB7

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

Shades of Fringy Flower #ABDDB7

Tints of Fringy Flower #ABDDB7

Color information

#ABDDB7 (or 0xABDDB7) is unknown color: approx Fringy Flower. HEX triplet: AB, DD and B7. RGB value is (171,221,183). Sum of RGB (Red+Green+Blue) = 171+221+183=575 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.74% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 183 (71.88% from 255 or 31.83% from 575); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDB7 is #542248. Grayscale: #C9C9C9. Windows color (decimal): -5513801 or 12049835. OLE color: 12049835.

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

Color convert

RGB171221183-
CMYK0.2300.170.13
HSL134.4º42.37%76.86%-
HSV(B)134.4º22.62%86.67%-
XYZ51.263.7954.41-
YUV201.72117.44106.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.74%
GREEN value IS 221 (86.72% from 255) = 38.43%
BLUE value IS 183 (71.88% from 255) = 31.83%
R=29.74%
G=38.43%
B=31.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1712211830.2300.170.13134.442.3776.86
HexABDDB717011D862a4d
Octal253335267270211520652115
Binary101010111101110110110111101110100011101100001101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDDB7; }

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

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

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

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

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

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

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

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