Html Css Color HEX #C0DAC6 Edgewater

📋 copy color: '#C0DAC6'

red 192 ◦ green 218 ◦ blue 198

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

Shades of Edgewater #C0DAC6

Tints of Edgewater #C0DAC6

RGB

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

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

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

R = 31.58%
G = 35.86%
B = 32.57%

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

#C0DAC6 (or 0xC0DAC6) is known color: Edgewater. HEX triplet: C0, DA and C6. RGB value is (192,218,198). Sum of RGB (Red+Green+Blue) = 192+218+198=608 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.58% from 608); Green value is 218 (85.55% from 255 or 35.86% from 608); Blue value is 198 (77.73% from 255 or 32.57% from 608); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DAC6 is #3F2539. Grayscale: #D0D0D0. Windows color (decimal): -4138298 or 13032128. OLE color: 13032128.

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

Color convert

RGB 192 218 198 -
CMYK 0.12 0 0.09 0.15
HSL 133.85º 0.26% 0.8% -
HSV(B) 133.85º 0.12% 0.85% -
XYZ 57 65.43 63.05 -
YUV 207.95 122.39 116.63 -
System Red Green Blue C M Y K H S L
Decimal 192 218 198 0.12 0 0.09 0.15 133.85 0.26 0.8
Hex C0 DA C6 C 0 9 F 86 1A 50
Octal 300 332 306 14 0 11 17 206 32 120
Binary 11000000 11011010 11000110 1100 0 1001 1111 10000110 11010 1010000

Color Harmonies of #C0DAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DAC6

Black with #C0DAC6

Text Example


Text Example

White with #C0DAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DAC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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