Html Css Color HEX #C2D8C5 Edgewater

📋 copy color: '#C2D8C5'

red 194 ◦ green 216 ◦ blue 197

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

Shades of Edgewater #C2D8C5

Tints of Edgewater #C2D8C5

RGB

 RED value IS 194 (76.17% from 255) = 31.96%

 GREEN value IS 216 (84.77% from 255) = 35.58%

 BLUE value IS 197 (77.34% from 255) = 32.45%

R = 31.96%
G = 35.58%
B = 32.45%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#C2D8C5 (or 0xC2D8C5) is known color: Edgewater. HEX triplet: C2, D8 and C5. RGB value is (194,216,197). Sum of RGB (Red+Green+Blue) = 194+216+197=607 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.96% from 607); Green value is 216 (84.77% from 255 or 35.58% from 607); Blue value is 197 (77.34% from 255 or 32.45% from 607); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D8C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D8C5 is #3D273A. Grayscale: #CFCFCF. Windows color (decimal): -4007739 or 12966082. OLE color: 12966082.

HSL color Cylindrical-coordinate representation of color #C2D8C5: hue angle of 128.18º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2D8C5 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 216 197 -
CMYK 0.10 0 0.09 0.15
HSL 128.18º 0.22% 0.8% -
HSV(B) 128.18º 0.1% 0.85% -
XYZ 56.88 64.61 62.3 -
YUV 207.26 122.21 118.54 -
System Red Green Blue C M Y K H S L
Decimal 194 216 197 0.10 0 0.09 0.15 128.18 0.22 0.8
Hex C2 D8 C5 A 0 9 F 80 16 50
Octal 302 330 305 12 0 11 17 200 26 120
Binary 11000010 11011000 11000101 1010 0 1001 1111 10000000 10110 1010000

Color Harmonies of #C2D8C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D8C5

Black with #C2D8C5

Text Example


Text Example

White with #C2D8C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D8C5; }

 p { color: rgb(194,216,197); }

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

background-color css

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

 a { background-color: rgb(194,216,197); }

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

border-color css

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

 span { border-color: rgb(194,216,197); }

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