Html Css Color HEX #C1EDC0 Fringy Flower

📋 copy color: '#C1EDC0'

red 193 ◦ green 237 ◦ blue 192

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

Shades of Fringy Flower #C1EDC0

Tints of Fringy Flower #C1EDC0

RGB

 RED value IS 193 (75.78% from 255) = 31.03%

 GREEN value IS 237 (92.97% from 255) = 38.1%

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

R = 31.03%
G = 38.1%
B = 30.87%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#C1EDC0 (or 0xC1EDC0) is known color: Fringy Flower. HEX triplet: C1, ED and C0. RGB value is (193,237,192). Sum of RGB (Red+Green+Blue) = 193+237+192=622 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.03% from 622); Green value is 237 (92.97% from 255 or 38.10% from 622); Blue value is 192 (75.39% from 255 or 30.87% from 622); Max value from RGB is 237 - color contains mainly: green. Hex color #C1EDC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1EDC0 is #3E123F. Grayscale: #DADADA. Windows color (decimal): -4067904 or 12643777. OLE color: 12643777.

HSL color Cylindrical-coordinate representation of color #C1EDC0: hue angle of 118.67º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1EDC0 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 237 192 -
CMYK 0.19 0 0.19 0.07
HSL 118.67º 0.56% 0.84% -
HSV(B) 118.67º 0.19% 0.93% -
XYZ 61.79 75.71 61.23 -
YUV 218.71 112.92 109.66 -
System Red Green Blue C M Y K H S L
Decimal 193 237 192 0.19 0 0.19 0.07 118.67 0.56 0.84
Hex C1 ED C0 13 0 13 7 77 38 54
Octal 301 355 300 23 0 23 7 167 70 124
Binary 11000001 11101101 11000000 10011 0 10011 111 1110111 111000 1010100

Color Harmonies of #C1EDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1EDC0

Black with #C1EDC0

Text Example


Text Example

White with #C1EDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1EDC0; }

 p { color: rgb(193,237,192); }

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

background-color css

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

 a { background-color: rgb(193,237,192); }

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

border-color css

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

 span { border-color: rgb(193,237,192); }

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