#C1ECBF

Color #C1ECBF Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #C1ECBF

Tints of Fringy Flower #C1ECBF

Color information

#C1ECBF (or 0xC1ECBF) is unknown color: approx Fringy Flower. HEX triplet: C1, EC and BF. RGB value is (193,236,191). Sum of RGB (Red+Green+Blue) = 193+236+191=620 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.13% from 620); Green value is 236 (92.58% from 255 or 38.06% from 620); Blue value is 191 (75% from 255 or 30.81% from 620); Max value from RGB is 236 - color contains mainly: green. Hex color #C1ECBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1ECBF is #3E1340. Grayscale: #DADADA. Windows color (decimal): -4068161 or 12577985. OLE color: 12577985.

HSL color Cylindrical-coordinate representation of color #C1ECBF: hue angle of 117.33º degrees, saturation: 0.54, 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 #C1ECBF is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB193236191-
CMYK0.1800.190.07
HSL117.33º54.22%83.73%-
HSV(B)117.33º19.07%92.55%-
XYZ61.3975.0960.55-
YUV218.01112.75110.16-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.13%
GREEN value IS 236 (92.58% from 255) = 38.06%
BLUE value IS 191 (75% from 255) = 30.81%
R=31.13%
G=38.06%
B=30.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1932361910.1800.190.07117.3354.2283.73
HexC1ECBF120137753654
Octal30135427722023716566124
Binary1100000111101100101111111001001001111111101011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ECBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ECBF; }

 p { color: rgb(193,236,191); }

 H1.HeaderClassName
 {
   color: #C1ECBF;
 }
 .AnyTagClassName
 {
   color: #C1ECBF;
 }
</style>
background-color css

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

 a { background-color: rgb(193,236,191); }

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

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

 span { border-color: rgb(193,236,191); }

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