#C0D9CA

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

Shades of Edgewater #C0D9CA

Tints of Edgewater #C0D9CA

Color information

#C0D9CA (or 0xC0D9CA) is unknown color: approx Edgewater. HEX triplet: C0, D9 and CA. RGB value is (192,217,202). Sum of RGB (Red+Green+Blue) = 192+217+202=611 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.42% from 611); Green value is 217 (85.16% from 255 or 35.52% from 611); Blue value is 202 (79.30% from 255 or 33.06% from 611); Max value from RGB is 217 - color contains mainly: green. Hex color #C0D9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D9CA is #3F2635. Grayscale: #CFCFCF. Windows color (decimal): -4138550 or 13294016. OLE color: 13294016.

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

Color convert

RGB192217202-
CMYK0.1200.070.15
HSL144º24.75%80.2%-
HSV(B)144º11.52%85.1%-
XYZ57.2165.165.43-
YUV207.81124.72116.72-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.42%
GREEN value IS 217 (85.16% from 255) = 35.52%
BLUE value IS 202 (79.30% from 255) = 33.06%
R=31.42%
G=35.52%
B=33.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1922172020.1200.070.1514424.7580.2
HexC0D9CAC07F901950
Octal30033131214071722031120
Binary11000000110110011100101011000111111110010000110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D9CA; }

 p { color: rgb(192,217,202); }

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

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

 a { background-color: rgb(192,217,202); }

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

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

 span { border-color: rgb(192,217,202); }

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