Html Css Color HEX #C0DAC5 Edgewater

📋 copy color: '#C0DAC5'

red 192 ◦ green 218 ◦ blue 197

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

Shades of Edgewater #C0DAC5

Tints of Edgewater #C0DAC5

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.91%

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

R = 31.63%
G = 35.91%
B = 32.45%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#C0DAC5 (or 0xC0DAC5) is known color: Edgewater. HEX triplet: C0, DA and C5. RGB value is (192,218,197). Sum of RGB (Red+Green+Blue) = 192+218+197=607 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.63% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 197 (77.34% from 255 or 32.45% from 607); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DAC5 is #3F253A. Grayscale: #CFCFCF. Windows color (decimal): -4138299 or 12966592. OLE color: 12966592.

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

Color convert

RGB 192 218 197 -
CMYK 0.12 0 0.10 0.15
HSL 131.54º 0.26% 0.8% -
HSV(B) 131.54º 0.12% 0.85% -
XYZ 56.89 65.38 62.44 -
YUV 207.83 121.89 116.71 -
System Red Green Blue C M Y K H S L
Decimal 192 218 197 0.12 0 0.10 0.15 131.54 0.26 0.8
Hex C0 DA C5 C 0 A F 84 1A 50
Octal 300 332 305 14 0 12 17 204 32 120
Binary 11000000 11011010 11000101 1100 0 1010 1111 10000100 11010 1010000

Color Harmonies of #C0DAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DAC5

Black with #C0DAC5

Text Example


Text Example

White with #C0DAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DAC5; }

 p { color: rgb(192,218,197); }

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

background-color css

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

 a { background-color: rgb(192,218,197); }

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

border-color css

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

 span { border-color: rgb(192,218,197); }

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