#C6D9CA

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

Shades of Edgewater #C6D9CA

Tints of Edgewater #C6D9CA

Color information

#C6D9CA (or 0xC6D9CA) is unknown color: approx Edgewater. HEX triplet: C6, D9 and CA. RGB value is (198,217,202). Sum of RGB (Red+Green+Blue) = 198+217+202=617 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.09% from 617); Green value is 217 (85.16% from 255 or 35.17% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 217 - color contains mainly: green. Hex color #C6D9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D9CA is #392635. Grayscale: #D1D1D1. Windows color (decimal): -3745334 or 13294022. OLE color: 13294022.

HSL color Cylindrical-coordinate representation of color #C6D9CA: hue angle of 132.63º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C6D9CA is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB198217202-
CMYK0.0900.070.15
HSL132.63º20%81.37%-
HSV(B)132.63º8.76%85.1%-
XYZ58.7665.965.5-
YUV209.61123.71119.72-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.09%
GREEN value IS 217 (85.16% from 255) = 35.17%
BLUE value IS 202 (79.30% from 255) = 32.74%
R=32.09%
G=35.17%
B=32.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1982172020.0900.070.15132.632081.37
HexC6D9CA907F851451
Octal30633131211071720524121
Binary11000110110110011100101010010111111110000101101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D9CA; }

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

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

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

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

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

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

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

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