Html Css Color HEX #C1E1C4 Edgewater

📋 copy color: '#C1E1C4'

red 193 ◦ green 225 ◦ blue 196

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

Shades of Edgewater #C1E1C4

Tints of Edgewater #C1E1C4

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.64%

 BLUE value IS 196 (76.95% from 255) = 31.92%

R = 31.43%
G = 36.64%
B = 31.92%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#C1E1C4 (or 0xC1E1C4) is known color: Edgewater. HEX triplet: C1, E1 and C4. RGB value is (193,225,196). Sum of RGB (Red+Green+Blue) = 193+225+196=614 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.43% from 614); Green value is 225 (88.28% from 255 or 36.64% from 614); Blue value is 196 (76.95% from 255 or 31.92% from 614); Max value from RGB is 225 - color contains mainly: green. Hex color #C1E1C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1E1C4 is #3E1E3B. Grayscale: #D4D4D4. Windows color (decimal): -4070972 or 12902849. OLE color: 12902849.

HSL color Cylindrical-coordinate representation of color #C1E1C4: hue angle of 125.62º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C1E1C4 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB 193 225 196 -
CMYK 0.14 0 0.13 0.12
HSL 125.63º 0.35% 0.82% -
HSV(B) 125.63º 0.14% 0.88% -
XYZ 58.88 69.17 62.47 -
YUV 212.13 118.9 114.36 -
System Red Green Blue C M Y K H S L
Decimal 193 225 196 0.14 0 0.13 0.12 125.63 0.35 0.82
Hex C1 E1 C4 E 0 D C 7E 23 52
Octal 301 341 304 16 0 15 14 176 43 122
Binary 11000001 11100001 11000100 1110 0 1101 1100 1111110 100011 1010010

Color Harmonies of #C1E1C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1E1C4

Black with #C1E1C4

Text Example


Text Example

White with #C1E1C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1E1C4; }

 p { color: rgb(193,225,196); }

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

background-color css

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

 a { background-color: rgb(193,225,196); }

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

border-color css

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

 span { border-color: rgb(193,225,196); }

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