Html Css Color HEX #C1E1C6 Edgewater

📋 copy color: '#C1E1C6'

red 193 ◦ green 225 ◦ blue 198

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

Shades of Edgewater #C1E1C6

Tints of Edgewater #C1E1C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 32.14%

R = 31.33%
G = 36.53%
B = 32.14%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#C1E1C6 (or 0xC1E1C6) is known color: Edgewater. HEX triplet: C1, E1 and C6. RGB value is (193,225,198). Sum of RGB (Red+Green+Blue) = 193+225+198=616 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.33% from 616); Green value is 225 (88.28% from 255 or 36.53% from 616); Blue value is 198 (77.73% from 255 or 32.14% from 616); Max value from RGB is 225 - color contains mainly: green. Hex color #C1E1C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1E1C6 is #3E1E39. Grayscale: #D4D4D4. Windows color (decimal): -4070970 or 13033921. OLE color: 13033921.

HSL color Cylindrical-coordinate representation of color #C1E1C6: hue angle of 129.38º 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 #C1E1C6 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 193 225 198 -
CMYK 0.14 0 0.12 0.12
HSL 129.38º 0.35% 0.82% -
HSV(B) 129.38º 0.14% 0.88% -
XYZ 59.11 69.27 63.68 -
YUV 212.35 119.9 114.2 -
System Red Green Blue C M Y K H S L
Decimal 193 225 198 0.14 0 0.12 0.12 129.38 0.35 0.82
Hex C1 E1 C6 E 0 C C 81 23 52
Octal 301 341 306 16 0 14 14 201 43 122
Binary 11000001 11100001 11000110 1110 0 1100 1100 10000001 100011 1010010

Color Harmonies of #C1E1C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1E1C6

Black with #C1E1C6

Text Example


Text Example

White with #C1E1C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1E1C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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