#C7D0CA

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

Shades of Edgewater #C7D0CA

Tints of Edgewater #C7D0CA

Color information

#C7D0CA (or 0xC7D0CA) is unknown color: approx Edgewater. HEX triplet: C7, D0 and CA. RGB value is (199,208,202). Sum of RGB (Red+Green+Blue) = 199+208+202=609 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.68% from 609); Green value is 208 (81.64% from 255 or 34.15% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D0CA is #382F35. Grayscale: #CCCCCC. Windows color (decimal): -3682102 or 13291719. OLE color: 13291719.

HSL color Cylindrical-coordinate representation of color #C7D0CA: hue angle of 140º degrees, saturation: 0.09, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C7D0CA is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB199208202-
CMYK0.0400.030.18
HSL140º8.74%79.8%-
HSV(B)140º4.33%81.57%-
XYZ56.7761.5264.76-
YUV204.62126.52123.99-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.68%
GREEN value IS 208 (81.64% from 255) = 34.15%
BLUE value IS 202 (79.30% from 255) = 33.17%
R=32.68%
G=34.15%
B=33.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1992082020.0400.030.181408.7479.8
HexC7D0CA403128c950
Octal3073203124032221411120
Binary110001111101000011001010100011100101000110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D0CA; }

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

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

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

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

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

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

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

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