Html Css Color HEX #C2D9C6 Edgewater

📋 copy color: '#C2D9C6'

red 194 ◦ green 217 ◦ blue 198

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

Shades of Edgewater #C2D9C6

Tints of Edgewater #C2D9C6

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.63%

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

R = 31.86%
G = 35.63%
B = 32.51%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#C2D9C6 (or 0xC2D9C6) is known color: Edgewater. HEX triplet: C2, D9 and C6. RGB value is (194,217,198). Sum of RGB (Red+Green+Blue) = 194+217+198=609 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.86% from 609); Green value is 217 (85.16% from 255 or 35.63% from 609); Blue value is 198 (77.73% from 255 or 32.51% from 609); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D9C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D9C6 is #3D2639. Grayscale: #D0D0D0. Windows color (decimal): -4007482 or 13031874. OLE color: 13031874.

HSL color Cylindrical-coordinate representation of color #C2D9C6: hue angle of 130.43º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2D9C6 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 217 198 -
CMYK 0.11 0 0.09 0.15
HSL 130.43º 0.23% 0.81% -
HSV(B) 130.43º 0.11% 0.85% -
XYZ 57.25 65.17 62.99 -
YUV 207.96 122.38 118.04 -
System Red Green Blue C M Y K H S L
Decimal 194 217 198 0.11 0 0.09 0.15 130.43 0.23 0.81
Hex C2 D9 C6 B 0 9 F 82 17 51
Octal 302 331 306 13 0 11 17 202 27 121
Binary 11000010 11011001 11000110 1011 0 1001 1111 10000010 10111 1010001

Color Harmonies of #C2D9C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D9C6

Black with #C2D9C6

Text Example


Text Example

White with #C2D9C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D9C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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