Html Css Color HEX #C3E2C7 Edgewater

📋 copy color: '#C3E2C7'

red 195 ◦ green 226 ◦ blue 199

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

Shades of Edgewater #C3E2C7

Tints of Edgewater #C3E2C7

RGB

 RED value IS 195 (76.56% from 255) = 31.45%

 GREEN value IS 226 (88.67% from 255) = 36.45%

 BLUE value IS 199 (78.13% from 255) = 32.1%

R = 31.45%
G = 36.45%
B = 32.1%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#C3E2C7 (or 0xC3E2C7) is known color: Edgewater. HEX triplet: C3, E2 and C7. RGB value is (195,226,199). Sum of RGB (Red+Green+Blue) = 195+226+199=620 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.45% from 620); Green value is 226 (88.67% from 255 or 36.45% from 620); Blue value is 199 (78.12% from 255 or 32.10% from 620); Max value from RGB is 226 - color contains mainly: green. Hex color #C3E2C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3E2C7 is #3C1D38. Grayscale: #D5D5D5. Windows color (decimal): -3939641 or 13099715. OLE color: 13099715.

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

Color convert

RGB 195 226 199 -
CMYK 0.14 0 0.12 0.11
HSL 127.74º 0.35% 0.83% -
HSV(B) 127.74º 0.14% 0.89% -
XYZ 60.01 70.12 64.4 -
YUV 213.65 119.73 114.7 -
System Red Green Blue C M Y K H S L
Decimal 195 226 199 0.14 0 0.12 0.11 127.74 0.35 0.83
Hex C3 E2 C7 E 0 C B 80 23 53
Octal 303 342 307 16 0 14 13 200 43 123
Binary 11000011 11100010 11000111 1110 0 1100 1011 10000000 100011 1010011

Color Harmonies of #C3E2C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3E2C7

Black with #C3E2C7

Text Example


Text Example

White with #C3E2C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3E2C7; }

 p { color: rgb(195,226,199); }

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

background-color css

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

 a { background-color: rgb(195,226,199); }

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

border-color css

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

 span { border-color: rgb(195,226,199); }

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