Html Css Color HEX #ADDFC2 Fringy Flower

📋 copy color: '#ADDFC2'

red 173 ◦ green 223 ◦ blue 194

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

Shades of Fringy Flower #ADDFC2

Tints of Fringy Flower #ADDFC2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.8%

 BLUE value IS 194 (76.17% from 255) = 32.88%

R = 29.32%
G = 37.8%
B = 32.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#ADDFC2 (or 0xADDFC2) is known color: Fringy Flower. HEX triplet: AD, DF and C2. RGB value is (173,223,194). Sum of RGB (Red+Green+Blue) = 173+223+194=590 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.32% from 590); Green value is 223 (87.5% from 255 or 37.80% from 590); Blue value is 194 (76.17% from 255 or 32.88% from 590); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDFC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDFC2 is #52203D. Grayscale: #CCCCCC. Windows color (decimal): -5382206 or 12771245. OLE color: 12771245.

HSL color Cylindrical-coordinate representation of color #ADDFC2: hue angle of 145.2º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDFC2 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 223 194 -
CMYK 0.22 0 0.13 0.13
HSL 145.2º 0.44% 0.78% -
HSV(B) 145.2º 0.22% 0.87% -
XYZ 53.36 65.55 60.88 -
YUV 204.74 121.94 105.36 -
System Red Green Blue C M Y K H S L
Decimal 173 223 194 0.22 0 0.13 0.13 145.2 0.44 0.78
Hex AD DF C2 16 0 D D 91 2C 4E
Octal 255 337 302 26 0 15 15 221 54 116
Binary 10101101 11011111 11000010 10110 0 1101 1101 10010001 101100 1001110

Color Harmonies of #ADDFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDFC2

Black with #ADDFC2

Text Example


Text Example

White with #ADDFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDFC2; }

 p { color: rgb(173,223,194); }

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

background-color css

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

 a { background-color: rgb(173,223,194); }

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

border-color css

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

 span { border-color: rgb(173,223,194); }

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