Html Css Color HEX #ABDDC0 Fringy Flower

📋 copy color: '#ABDDC0'

red 171 ◦ green 221 ◦ blue 192

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

Shades of Fringy Flower #ABDDC0

Tints of Fringy Flower #ABDDC0

RGB

 RED value IS 171 (67.19% from 255) = 29.28%

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

 BLUE value IS 192 (75.39% from 255) = 32.88%

R = 29.28%
G = 37.84%
B = 32.88%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#ABDDC0 (or 0xABDDC0) is known color: Fringy Flower. HEX triplet: AB, DD and C0. RGB value is (171,221,192). Sum of RGB (Red+Green+Blue) = 171+221+192=584 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.28% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDC0 is #54223F. Grayscale: #CACACA. Windows color (decimal): -5513792 or 12639659. OLE color: 12639659.

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

Color convert

RGB 171 221 192 -
CMYK 0.23 0 0.13 0.13
HSL 145.2º 0.42% 0.77% -
HSV(B) 145.2º 0.23% 0.87% -
XYZ 52.17 64.18 59.51 -
YUV 202.74 121.94 105.36 -
System Red Green Blue C M Y K H S L
Decimal 171 221 192 0.23 0 0.13 0.13 145.2 0.42 0.77
Hex AB DD C0 17 0 D D 91 2A 4D
Octal 253 335 300 27 0 15 15 221 52 115
Binary 10101011 11011101 11000000 10111 0 1101 1101 10010001 101010 1001101

Color Harmonies of #ABDDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDDC0

Black with #ABDDC0

Text Example


Text Example

White with #ABDDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDDC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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