#C2ECC1

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

Shades of Fringy Flower #C2ECC1

Tints of Fringy Flower #C2ECC1

Color information

#C2ECC1 (or 0xC2ECC1) is unknown color: approx Fringy Flower. HEX triplet: C2, EC and C1. RGB value is (194,236,193). Sum of RGB (Red+Green+Blue) = 194+236+193=623 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.14% from 623); Green value is 236 (92.58% from 255 or 37.88% from 623); Blue value is 193 (75.78% from 255 or 30.98% from 623); Max value from RGB is 236 - color contains mainly: green. Hex color #C2ECC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2ECC1 is #3D133E. Grayscale: #DADADA. Windows color (decimal): -4002623 or 12709058. OLE color: 12709058.

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

Color convert

RGB194236193-
CMYK0.1800.180.07
HSL118.6º53.09%84.12%-
HSV(B)118.6º18.22%92.55%-
XYZ61.8775.3161.73-
YUV218.54113.59110.5-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.14%
GREEN value IS 236 (92.58% from 255) = 37.88%
BLUE value IS 193 (75.78% from 255) = 30.98%
R=31.14%
G=37.88%
B=30.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1942361930.1800.180.07118.653.0984.12
HexC2ECC1120127773554
Octal30235430122022716765124
Binary1100001011101100110000011001001001011111101111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ECC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ECC1; }

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

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

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

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

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

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

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

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