Html Css Color HEX #C0DEC6 Edgewater

📋 copy color: '#C0DEC6'

red 192 ◦ green 222 ◦ blue 198

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

Shades of Edgewater #C0DEC6

Tints of Edgewater #C0DEC6

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.27%

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

R = 31.37%
G = 36.27%
B = 32.35%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#C0DEC6 (or 0xC0DEC6) is known color: Edgewater. HEX triplet: C0, DE and C6. RGB value is (192,222,198). Sum of RGB (Red+Green+Blue) = 192+222+198=612 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.37% from 612); Green value is 222 (87.11% from 255 or 36.27% from 612); Blue value is 198 (77.73% from 255 or 32.35% from 612); Max value from RGB is 222 - color contains mainly: green. Hex color #C0DEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DEC6 is #3F2139. Grayscale: #D2D2D2. Windows color (decimal): -4137274 or 13033152. OLE color: 13033152.

HSL color Cylindrical-coordinate representation of color #C0DEC6: hue angle of 132º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0DEC6 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 222 198 -
CMYK 0.14 0 0.11 0.13
HSL 132º 0.31% 0.81% -
HSV(B) 132º 0.14% 0.87% -
XYZ 58.05 67.53 63.4 -
YUV 210.29 121.06 114.95 -
System Red Green Blue C M Y K H S L
Decimal 192 222 198 0.14 0 0.11 0.13 132 0.31 0.81
Hex C0 DE C6 E 0 B D 84 1F 51
Octal 300 336 306 16 0 13 15 204 37 121
Binary 11000000 11011110 11000110 1110 0 1011 1101 10000100 11111 1010001

Color Harmonies of #C0DEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DEC6

Black with #C0DEC6

Text Example


Text Example

White with #C0DEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DEC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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