Html Css Color HEX #C4E0C8 Edgewater

📋 copy color: '#C4E0C8'

red 196 ◦ green 224 ◦ blue 200

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

Shades of Edgewater #C4E0C8

Tints of Edgewater #C4E0C8

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.13%

 BLUE value IS 200 (78.52% from 255) = 32.26%

R = 31.61%
G = 36.13%
B = 32.26%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#C4E0C8 (or 0xC4E0C8) is known color: Edgewater. HEX triplet: C4, E0 and C8. RGB value is (196,224,200). Sum of RGB (Red+Green+Blue) = 196+224+200=620 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.61% from 620); Green value is 224 (87.89% from 255 or 36.13% from 620); Blue value is 200 (78.52% from 255 or 32.26% from 620); Max value from RGB is 224 - color contains mainly: green. Hex color #C4E0C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4E0C8 is #3B1F37. Grayscale: #D4D4D4. Windows color (decimal): -3874616 or 13164740. OLE color: 13164740.

HSL color Cylindrical-coordinate representation of color #C4E0C8: hue angle of 128.57º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4E0C8 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB 196 224 200 -
CMYK 0.12 0 0.11 0.12
HSL 128.57º 0.31% 0.82% -
HSV(B) 128.57º 0.13% 0.88% -
XYZ 59.85 69.22 64.85 -
YUV 212.89 120.72 115.95 -
System Red Green Blue C M Y K H S L
Decimal 196 224 200 0.12 0 0.11 0.12 128.57 0.31 0.82
Hex C4 E0 C8 C 0 B C 81 1F 52
Octal 304 340 310 14 0 13 14 201 37 122
Binary 11000100 11100000 11001000 1100 0 1011 1100 10000001 11111 1010010

Color Harmonies of #C4E0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4E0C8

Black with #C4E0C8

Text Example


Text Example

White with #C4E0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4E0C8; }

 p { color: rgb(196,224,200); }

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

background-color css

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

 a { background-color: rgb(196,224,200); }

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

border-color css

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

 span { border-color: rgb(196,224,200); }

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