Html Css Color HEX #C1E4C4 Edgewater

📋 copy color: '#C1E4C4'

red 193 ◦ green 228 ◦ blue 196

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

Shades of Edgewater #C1E4C4

Tints of Edgewater #C1E4C4

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.95%

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

R = 31.28%
G = 36.95%
B = 31.77%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.14

 K value IS 0.11

RGB Variations

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

Color information

#C1E4C4 (or 0xC1E4C4) is known color: Edgewater. HEX triplet: C1, E4 and C4. RGB value is (193,228,196). Sum of RGB (Red+Green+Blue) = 193+228+196=617 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.28% from 617); Green value is 228 (89.45% from 255 or 36.95% from 617); Blue value is 196 (76.95% from 255 or 31.77% from 617); Max value from RGB is 228 - color contains mainly: green. Hex color #C1E4C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1E4C4 is #3E1B3B. Grayscale: #D5D5D5. Windows color (decimal): -4070204 or 12903617. OLE color: 12903617.

HSL color Cylindrical-coordinate representation of color #C1E4C4: hue angle of 125.14º degrees, saturation: 0.39, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C1E4C4 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB 193 228 196 -
CMYK 0.15 0 0.14 0.11
HSL 125.14º 0.39% 0.83% -
HSV(B) 125.14º 0.15% 0.89% -
XYZ 59.7 70.81 62.75 -
YUV 213.89 117.9 113.1 -
System Red Green Blue C M Y K H S L
Decimal 193 228 196 0.15 0 0.14 0.11 125.14 0.39 0.83
Hex C1 E4 C4 F 0 E B 7D 27 53
Octal 301 344 304 17 0 16 13 175 47 123
Binary 11000001 11100100 11000100 1111 0 1110 1011 1111101 100111 1010011

Color Harmonies of #C1E4C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1E4C4

Black with #C1E4C4

Text Example


Text Example

White with #C1E4C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1E4C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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