Html Css Color HEX #ADDEC1 Fringy Flower

📋 copy color: '#ADDEC1'

red 173 ◦ green 222 ◦ blue 193

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

Shades of Fringy Flower #ADDEC1

Tints of Fringy Flower #ADDEC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 32.82%

R = 29.42%
G = 37.76%
B = 32.82%

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

#ADDEC1 (or 0xADDEC1) is known color: Fringy Flower. HEX triplet: AD, DE and C1. RGB value is (173,222,193). Sum of RGB (Red+Green+Blue) = 173+222+193=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 222 (87.11% from 255 or 37.76% from 588); Blue value is 193 (75.78% from 255 or 32.82% from 588); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDEC1 is #52213E. Grayscale: #CCCCCC. Windows color (decimal): -5382463 or 12705453. OLE color: 12705453.

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

Color convert

RGB 173 222 193 -
CMYK 0.22 0 0.13 0.13
HSL 144.49º 0.43% 0.77% -
HSV(B) 144.49º 0.22% 0.87% -
XYZ 52.98 64.98 60.2 -
YUV 204.04 121.77 105.86 -
System Red Green Blue C M Y K H S L
Decimal 173 222 193 0.22 0 0.13 0.13 144.49 0.43 0.77
Hex AD DE C1 16 0 D D 90 2B 4D
Octal 255 336 301 26 0 15 15 220 53 115
Binary 10101101 11011110 11000001 10110 0 1101 1101 10010000 101011 1001101

Color Harmonies of #ADDEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDEC1

Black with #ADDEC1

Text Example


Text Example

White with #ADDEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDEC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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