Html Css Color HEX #ADDCB7 Fringy Flower

📋 copy color: '#ADDCB7'

red 173 ◦ green 220 ◦ blue 183

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

Shades of Fringy Flower #ADDCB7

Tints of Fringy Flower #ADDCB7

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.19%

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

R = 30.03%
G = 38.19%
B = 31.77%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#ADDCB7 (or 0xADDCB7) is known color: Fringy Flower. HEX triplet: AD, DC and B7. RGB value is (173,220,183). Sum of RGB (Red+Green+Blue) = 173+220+183=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 183 (71.88% from 255 or 31.77% from 576); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCB7 is #522348. Grayscale: #C9C9C9. Windows color (decimal): -5382985 or 12049581. OLE color: 12049581.

HSL color Cylindrical-coordinate representation of color #ADDCB7: hue angle of 132.77º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDCB7 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 220 183 -
CMYK 0.21 0 0.17 0.14
HSL 132.77º 0.4% 0.77% -
HSV(B) 132.77º 0.21% 0.86% -
XYZ 51.37 63.49 54.35 -
YUV 201.73 117.43 107.51 -
System Red Green Blue C M Y K H S L
Decimal 173 220 183 0.21 0 0.17 0.14 132.77 0.4 0.77
Hex AD DC B7 15 0 11 E 85 28 4D
Octal 255 334 267 25 0 21 16 205 50 115
Binary 10101101 11011100 10110111 10101 0 10001 1110 10000101 101000 1001101

Color Harmonies of #ADDCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDCB7

Black with #ADDCB7

Text Example


Text Example

White with #ADDCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDCB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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