#C7D4CA

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

Shades of Edgewater #C7D4CA

Tints of Edgewater #C7D4CA

Color information

#C7D4CA (or 0xC7D4CA) is unknown color: approx Edgewater. HEX triplet: C7, D4 and CA. RGB value is (199,212,202). Sum of RGB (Red+Green+Blue) = 199+212+202=613 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.46% from 613); Green value is 212 (83.20% from 255 or 34.58% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 212 - color contains mainly: green. Hex color #C7D4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D4CA is #382B35. Grayscale: #CFCFCF. Windows color (decimal): -3681078 or 13292743. OLE color: 13292743.

HSL color Cylindrical-coordinate representation of color #C7D4CA: hue angle of 133.85º degrees, saturation: 0.13, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C7D4CA is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB199212202-
CMYK0.0600.050.17
HSL133.85º13.13%80.59%-
HSV(B)133.85º6.13%83.14%-
XYZ57.7663.4965.09-
YUV206.97125.19122.31-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.46%
GREEN value IS 212 (83.20% from 255) = 34.58%
BLUE value IS 202 (79.30% from 255) = 32.95%
R=32.46%
G=34.58%
B=32.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1992122020.0600.050.17133.8513.1380.59
HexC7D4CA6051186d51
Octal3073243126052120615121
Binary1100011111010100110010101100101100011000011011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D4CA; }

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

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

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

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

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

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

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

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