Html Css Color HEX #C2D8C6 Edgewater

📋 copy color: '#C2D8C6'

red 194 ◦ green 216 ◦ blue 198

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

Shades of Edgewater #C2D8C6

Tints of Edgewater #C2D8C6

RGB

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

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

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

R = 31.91%
G = 35.53%
B = 32.57%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#C2D8C6 (or 0xC2D8C6) is known color: Edgewater. HEX triplet: C2, D8 and C6. RGB value is (194,216,198). Sum of RGB (Red+Green+Blue) = 194+216+198=608 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.91% from 608); Green value is 216 (84.77% from 255 or 35.53% from 608); Blue value is 198 (77.73% from 255 or 32.57% from 608); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D8C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D8C6 is #3D2739. Grayscale: #CFCFCF. Windows color (decimal): -4007738 or 13031618. OLE color: 13031618.

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

Color convert

RGB 194 216 198 -
CMYK 0.10 0 0.08 0.15
HSL 130.91º 0.22% 0.8% -
HSV(B) 130.91º 0.1% 0.85% -
XYZ 57 64.66 62.9 -
YUV 207.37 122.71 118.46 -
System Red Green Blue C M Y K H S L
Decimal 194 216 198 0.10 0 0.08 0.15 130.91 0.22 0.8
Hex C2 D8 C6 A 0 8 F 83 16 50
Octal 302 330 306 12 0 10 17 203 26 120
Binary 11000010 11011000 11000110 1010 0 1000 1111 10000011 10110 1010000

Color Harmonies of #C2D8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D8C6

Black with #C2D8C6

Text Example


Text Example

White with #C2D8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D8C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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