Html Css Color HEX #C0D9C6 Edgewater

📋 copy color: '#C0D9C6'

red 192 ◦ green 217 ◦ blue 198

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

Shades of Edgewater #C0D9C6

Tints of Edgewater #C0D9C6

RGB

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

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

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

R = 31.63%
G = 35.75%
B = 32.62%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#C0D9C6 (or 0xC0D9C6) is known color: Edgewater. HEX triplet: C0, D9 and C6. RGB value is (192,217,198). Sum of RGB (Red+Green+Blue) = 192+217+198=607 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.63% from 607); Green value is 217 (85.16% from 255 or 35.75% from 607); Blue value is 198 (77.73% from 255 or 32.62% from 607); Max value from RGB is 217 - color contains mainly: green. Hex color #C0D9C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D9C6 is #3F2639. Grayscale: #CFCFCF. Windows color (decimal): -4138554 or 13031872. OLE color: 13031872.

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

Color convert

RGB 192 217 198 -
CMYK 0.12 0 0.09 0.15
HSL 134.4º 0.25% 0.8% -
HSV(B) 134.4º 0.12% 0.85% -
XYZ 56.74 64.91 62.96 -
YUV 207.36 122.72 117.04 -
System Red Green Blue C M Y K H S L
Decimal 192 217 198 0.12 0 0.09 0.15 134.4 0.25 0.8
Hex C0 D9 C6 C 0 9 F 86 19 50
Octal 300 331 306 14 0 11 17 206 31 120
Binary 11000000 11011001 11000110 1100 0 1001 1111 10000110 11001 1010000

Color Harmonies of #C0D9C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D9C6

Black with #C0D9C6

Text Example


Text Example

White with #C0D9C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D9C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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