#C0DBC6

Color #C0DBC6 Edgewater (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Edgewater #C0DBC6

Tints of Edgewater #C0DBC6

Color information

#C0DBC6 (or 0xC0DBC6) is unknown color: approx Edgewater. HEX triplet: C0, DB and C6. RGB value is (192,219,198). Sum of RGB (Red+Green+Blue) = 192+219+198=609 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.53% from 609); Green value is 219 (85.94% from 255 or 35.96% from 609); Blue value is 198 (77.73% from 255 or 32.51% from 609); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DBC6 is #3F2439. Grayscale: #D0D0D0. Windows color (decimal): -4138042 or 13032384. OLE color: 13032384.

HSL color Cylindrical-coordinate representation of color #C0DBC6: hue angle of 133.33º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0DBC6 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB192219198-
CMYK0.1200.100.14
HSL133.33º27.27%80.59%-
HSV(B)133.33º12.33%85.88%-
XYZ57.2665.9563.14-
YUV208.53122.05116.21-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.53%
GREEN value IS 219 (85.94% from 255) = 35.96%
BLUE value IS 198 (77.73% from 255) = 32.51%
R=31.53%
G=35.96%
B=32.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1922191980.1200.100.14133.3327.2780.59
HexC0DBC6C0AE851b51
Octal300333306140121620533121
Binary110000001101101111000110110001010111010000101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DBC6; }

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

 H1.HeaderClassName
 {
   color: #C0DBC6;
 }
 .AnyTagClassName
 {
   color: #C0DBC6;
 }
</style>
background-color css

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

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

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

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

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

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