#C0D4C4

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

Shades of Edgewater #C0D4C4

Tints of Edgewater #C0D4C4

Color information

#C0D4C4 (or 0xC0D4C4) is unknown color: approx Edgewater. HEX triplet: C0, D4 and C4. RGB value is (192,212,196). Sum of RGB (Red+Green+Blue) = 192+212+196=600 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32% from 600); Green value is 212 (83.20% from 255 or 35.33% from 600); Blue value is 196 (76.95% from 255 or 32.67% from 600); Max value from RGB is 212 - color contains mainly: green. Hex color #C0D4C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D4C4 is #3F2B3B. Grayscale: #CCCCCC. Windows color (decimal): -4139836 or 12899520. OLE color: 12899520.

HSL color Cylindrical-coordinate representation of color #C0D4C4: hue angle of 132º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0D4C4 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB192212196-
CMYK0.0900.080.17
HSL132º18.87%79.22%-
HSV(B)132º9.43%83.14%-
XYZ55.2562.2861.33-
YUV204.2123.37119.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32%
GREEN value IS 212 (83.20% from 255) = 35.33%
BLUE value IS 196 (76.95% from 255) = 32.67%
R=32%
G=35.33%
B=32.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1922121960.0900.080.1713218.8779.22
HexC0D4C49081184134f
Octal300324304110102120423117
Binary1100000011010100110001001001010001000110000100100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D4C4; }

 p { color: rgb(192,212,196); }

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

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

 a { background-color: rgb(192,212,196); }

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

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

 span { border-color: rgb(192,212,196); }

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