#C6D6CA

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

Shades of Edgewater #C6D6CA

Tints of Edgewater #C6D6CA

Color information

#C6D6CA (or 0xC6D6CA) is unknown color: approx Edgewater. HEX triplet: C6, D6 and CA. RGB value is (198,214,202). Sum of RGB (Red+Green+Blue) = 198+214+202=614 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.25% from 614); Green value is 214 (83.98% from 255 or 34.85% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 214 - color contains mainly: green. Hex color #C6D6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D6CA is #392935. Grayscale: #CFCFCF. Windows color (decimal): -3746102 or 13293254. OLE color: 13293254.

HSL color Cylindrical-coordinate representation of color #C6D6CA: hue angle of 135º degrees, saturation: 0.16, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C6D6CA is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB198214202-
CMYK0.0700.060.16
HSL135º16.33%80.78%-
HSV(B)135º7.48%83.92%-
XYZ5864.3665.24-
YUV207.85124.7120.98-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.25%
GREEN value IS 214 (83.98% from 255) = 34.85%
BLUE value IS 202 (79.30% from 255) = 32.90%
R=32.25%
G=34.85%
B=32.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1982142020.0700.060.1613516.3380.78
HexC6D6CA70610871051
Octal3063263127062020720121
Binary11000110110101101100101011101101000010000111100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D6CA; }

 p { color: rgb(198,214,202); }

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

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

 a { background-color: rgb(198,214,202); }

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

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

 span { border-color: rgb(198,214,202); }

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