Html Css Color HEX #C3E4C6 Edgewater

📋 copy color: '#C3E4C6'

red 195 ◦ green 228 ◦ blue 198

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

Shades of Edgewater #C3E4C6

Tints of Edgewater #C3E4C6

RGB

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

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

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

R = 31.4%
G = 36.71%
B = 31.88%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.11

RGB Variations

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

Color information

#C3E4C6 (or 0xC3E4C6) is known color: Edgewater. HEX triplet: C3, E4 and C6. RGB value is (195,228,198). Sum of RGB (Red+Green+Blue) = 195+228+198=621 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.40% from 621); Green value is 228 (89.45% from 255 or 36.71% from 621); Blue value is 198 (77.73% from 255 or 31.88% from 621); Max value from RGB is 228 - color contains mainly: green. Hex color #C3E4C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3E4C6 is #3C1B39. Grayscale: #D6D6D6. Windows color (decimal): -3939130 or 13034691. OLE color: 13034691.

HSL color Cylindrical-coordinate representation of color #C3E4C6: hue angle of 125.45º degrees, saturation: 0.38, 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 #C3E4C6 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.

Color convert

RGB 195 228 198 -
CMYK 0.14 0 0.13 0.11
HSL 125.45º 0.38% 0.83% -
HSV(B) 125.45º 0.14% 0.89% -
XYZ 60.44 71.17 63.98 -
YUV 214.71 118.57 113.94 -
System Red Green Blue C M Y K H S L
Decimal 195 228 198 0.14 0 0.13 0.11 125.45 0.38 0.83
Hex C3 E4 C6 E 0 D B 7D 26 53
Octal 303 344 306 16 0 15 13 175 46 123
Binary 11000011 11100100 11000110 1110 0 1101 1011 1111101 100110 1010011

Color Harmonies of #C3E4C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3E4C6

Black with #C3E4C6

Text Example


Text Example

White with #C3E4C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3E4C6; }

 p { color: rgb(195,228,198); }

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

background-color css

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

 a { background-color: rgb(195,228,198); }

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

border-color css

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

 span { border-color: rgb(195,228,198); }

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