Html Css Color HEX #ADDEBD Fringy Flower

📋 copy color: '#ADDEBD'

red 173 ◦ green 222 ◦ blue 189

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

Shades of Fringy Flower #ADDEBD

Tints of Fringy Flower #ADDEBD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.01%

 BLUE value IS 189 (74.22% from 255) = 32.36%

R = 29.62%
G = 38.01%
B = 32.36%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#ADDEBD (or 0xADDEBD) is known color: Fringy Flower. HEX triplet: AD, DE and BD. RGB value is (173,222,189). Sum of RGB (Red+Green+Blue) = 173+222+189=584 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.62% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDEBD is #522142. Grayscale: #CBCBCB. Windows color (decimal): -5382467 or 12443309. OLE color: 12443309.

HSL color Cylindrical-coordinate representation of color #ADDEBD: hue angle of 139.59º degrees, saturation: 0.43, 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 #ADDEBD is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 222 189 -
CMYK 0.22 0 0.15 0.13
HSL 139.59º 0.43% 0.77% -
HSV(B) 139.59º 0.22% 0.87% -
XYZ 52.54 64.8 57.88 -
YUV 203.59 119.77 106.18 -
System Red Green Blue C M Y K H S L
Decimal 173 222 189 0.22 0 0.15 0.13 139.59 0.43 0.77
Hex AD DE BD 16 0 F D 8C 2B 4D
Octal 255 336 275 26 0 17 15 214 53 115
Binary 10101101 11011110 10111101 10110 0 1111 1101 10001100 101011 1001101

Color Harmonies of #ADDEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDEBD

Black with #ADDEBD

Text Example


Text Example

White with #ADDEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDEBD; }

 p { color: rgb(173,222,189); }

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

background-color css

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

 a { background-color: rgb(173,222,189); }

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

border-color css

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

 span { border-color: rgb(173,222,189); }

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