Html Css Color HEX #C0E1C6 Edgewater

📋 copy color: '#C0E1C6'

red 192 ◦ green 225 ◦ blue 198

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

Shades of Edgewater #C0E1C6

Tints of Edgewater #C0E1C6

RGB

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

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

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

R = 31.22%
G = 36.59%
B = 32.2%

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

#C0E1C6 (or 0xC0E1C6) is known color: Edgewater. HEX triplet: C0, E1 and C6. RGB value is (192,225,198). Sum of RGB (Red+Green+Blue) = 192+225+198=615 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.22% from 615); Green value is 225 (88.28% from 255 or 36.59% from 615); Blue value is 198 (77.73% from 255 or 32.20% from 615); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E1C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E1C6 is #3F1E39. Grayscale: #D4D4D4. Windows color (decimal): -4136506 or 13033920. OLE color: 13033920.

HSL color Cylindrical-coordinate representation of color #C0E1C6: hue angle of 130.91º 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 #C0E1C6 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 192 225 198 -
CMYK 0.15 0 0.12 0.12
HSL 130.91º 0.35% 0.82% -
HSV(B) 130.91º 0.15% 0.88% -
XYZ 58.86 69.13 63.67 -
YUV 212.06 120.07 113.7 -
System Red Green Blue C M Y K H S L
Decimal 192 225 198 0.15 0 0.12 0.12 130.91 0.35 0.82
Hex C0 E1 C6 F 0 C C 83 23 52
Octal 300 341 306 17 0 14 14 203 43 122
Binary 11000000 11100001 11000110 1111 0 1100 1100 10000011 100011 1010010

Color Harmonies of #C0E1C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E1C6

Black with #C0E1C6

Text Example


Text Example

White with #C0E1C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E1C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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