#C7D7CA

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

Shades of Edgewater #C7D7CA

Tints of Edgewater #C7D7CA

Color information

#C7D7CA (or 0xC7D7CA) is unknown color: approx Edgewater. HEX triplet: C7, D7 and CA. RGB value is (199,215,202). Sum of RGB (Red+Green+Blue) = 199+215+202=616 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.31% from 616); Green value is 215 (84.38% from 255 or 34.90% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 215 - color contains mainly: green. Hex color #C7D7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D7CA is #382835. Grayscale: #D0D0D0. Windows color (decimal): -3680310 or 13293511. OLE color: 13293511.

HSL color Cylindrical-coordinate representation of color #C7D7CA: hue angle of 131.25º degrees, saturation: 0.17, 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 #C7D7CA is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB199215202-
CMYK0.0700.060.16
HSL131.25º16.67%81.18%-
HSV(B)131.25º7.44%84.31%-
XYZ58.5165.0165.34-
YUV208.73124.2121.06-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.31%
GREEN value IS 215 (84.38% from 255) = 34.90%
BLUE value IS 202 (79.30% from 255) = 32.79%
R=32.31%
G=34.90%
B=32.79%

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
Decimal1992152020.0700.060.16131.2516.6781.18
HexC7D7CA70610831151
Octal3073273127062020321121
Binary11000111110101111100101011101101000010000011100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D7CA; }

 p { color: rgb(199,215,202); }

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

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

 a { background-color: rgb(199,215,202); }

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

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

 span { border-color: rgb(199,215,202); }

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