Html Css Color HEX #C0E1C7 Edgewater

📋 copy color: '#C0E1C7'

red 192 ◦ green 225 ◦ blue 199

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

Shades of Edgewater #C0E1C7

Tints of Edgewater #C0E1C7

RGB

 RED value IS 192 (75.39% from 255) = 31.17%

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

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

R = 31.17%
G = 36.53%
B = 32.31%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#C0E1C7 (or 0xC0E1C7) is known color: Edgewater. HEX triplet: C0, E1 and C7. RGB value is (192,225,199). Sum of RGB (Red+Green+Blue) = 192+225+199=616 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.17% from 616); Green value is 225 (88.28% from 255 or 36.53% from 616); Blue value is 199 (78.12% from 255 or 32.31% from 616); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E1C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E1C7 is #3F1E38. Grayscale: #D4D4D4. Windows color (decimal): -4136505 or 13099456. OLE color: 13099456.

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

Color convert

RGB 192 225 199 -
CMYK 0.15 0 0.12 0.12
HSL 132.73º 0.35% 0.82% -
HSV(B) 132.73º 0.15% 0.88% -
XYZ 58.97 69.18 64.28 -
YUV 212.17 120.57 113.61 -
System Red Green Blue C M Y K H S L
Decimal 192 225 199 0.15 0 0.12 0.12 132.73 0.35 0.82
Hex C0 E1 C7 F 0 C C 85 23 52
Octal 300 341 307 17 0 14 14 205 43 122
Binary 11000000 11100001 11000111 1111 0 1100 1100 10000101 100011 1010010

Color Harmonies of #C0E1C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E1C7

Black with #C0E1C7

Text Example


Text Example

White with #C0E1C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E1C7; }

 p { color: rgb(192,225,199); }

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

background-color css

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

 a { background-color: rgb(192,225,199); }

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

border-color css

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

 span { border-color: rgb(192,225,199); }

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