Html Css Color HEX #C4E4C6 Edgewater

📋 copy color: '#C4E4C6'

red 196 ◦ green 228 ◦ blue 198

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

Shades of Edgewater #C4E4C6

Tints of Edgewater #C4E4C6

RGB

 RED value IS 196 (76.95% from 255) = 31.51%

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

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

R = 31.51%
G = 36.66%
B = 31.83%

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

#C4E4C6 (or 0xC4E4C6) is known color: Edgewater. HEX triplet: C4, E4 and C6. RGB value is (196,228,198). Sum of RGB (Red+Green+Blue) = 196+228+198=622 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.51% from 622); Green value is 228 (89.45% from 255 or 36.66% from 622); Blue value is 198 (77.73% from 255 or 31.83% from 622); Max value from RGB is 228 - color contains mainly: green. Hex color #C4E4C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4E4C6 is #3B1B39. Grayscale: #D7D7D7. Windows color (decimal): -3873594 or 13034692. OLE color: 13034692.

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

Color convert

RGB 196 228 198 -
CMYK 0.14 0 0.13 0.11
HSL 123.75º 0.37% 0.83% -
HSV(B) 123.75º 0.14% 0.89% -
XYZ 60.7 71.3 63.99 -
YUV 215.01 118.4 114.44 -
System Red Green Blue C M Y K H S L
Decimal 196 228 198 0.14 0 0.13 0.11 123.75 0.37 0.83
Hex C4 E4 C6 E 0 D B 7C 25 53
Octal 304 344 306 16 0 15 13 174 45 123
Binary 11000100 11100100 11000110 1110 0 1101 1011 1111100 100101 1010011

Color Harmonies of #C4E4C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4E4C6

Black with #C4E4C6

Text Example


Text Example

White with #C4E4C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4E4C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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