#C5D2C9

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

Shades of Edgewater #C5D2C9

Tints of Edgewater #C5D2C9

Color information

#C5D2C9 (or 0xC5D2C9) is unknown color: approx Edgewater. HEX triplet: C5, D2 and C9. RGB value is (197,210,201). Sum of RGB (Red+Green+Blue) = 197+210+201=608 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.40% from 608); Green value is 210 (82.42% from 255 or 34.54% from 608); Blue value is 201 (78.91% from 255 or 33.06% from 608); Max value from RGB is 210 - color contains mainly: green. Hex color #C5D2C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D2C9 is #3A2D36. Grayscale: #CDCDCD. Windows color (decimal): -3812663 or 13226693. OLE color: 13226693.

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

Color convert

RGB197210201-
CMYK0.0600.040.18
HSL138.46º12.62%79.8%-
HSV(B)138.46º6.19%82.35%-
XYZ56.6262.1864.28-
YUV205.09125.69122.23-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.40%
GREEN value IS 210 (82.42% from 255) = 34.54%
BLUE value IS 201 (78.91% from 255) = 33.06%
R=32.40%
G=34.54%
B=33.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1972102010.0600.040.18138.4612.6279.8
HexC5D2C9604128ad50
Octal3053223116042221215120
Binary1100010111010010110010011100100100101000101011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D2C9; }

 p { color: rgb(197,210,201); }

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

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

 a { background-color: rgb(197,210,201); }

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

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

 span { border-color: rgb(197,210,201); }

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