#C9D7CC

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

Shades of Edgewater #C9D7CC

Tints of Edgewater #C9D7CC

Color information

#C9D7CC (or 0xC9D7CC) is unknown color: approx Edgewater. HEX triplet: C9, D7 and CC. RGB value is (201,215,204). Sum of RGB (Red+Green+Blue) = 201+215+204=620 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.42% from 620); Green value is 215 (84.38% from 255 or 34.68% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 215 - color contains mainly: green. Hex color #C9D7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D7CC is #362833. Grayscale: #D1D1D1. Windows color (decimal): -3549236 or 13424585. OLE color: 13424585.

HSL color Cylindrical-coordinate representation of color #C9D7CC: hue angle of 132.86º degrees, saturation: 0.15, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C9D7CC is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB201215204-
CMYK0.0700.050.16
HSL132.86º14.89%81.57%-
HSV(B)132.86º6.51%84.31%-
XYZ59.2965.3866.62-
YUV209.56124.86121.89-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.42%
GREEN value IS 215 (84.38% from 255) = 34.68%
BLUE value IS 204 (80.08% from 255) = 32.90%
R=32.42%
G=34.68%
B=32.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2012152040.0700.050.16132.8614.8981.57
HexC9D7CC7051085f52
Octal3113273147052020517122
Binary1100100111010111110011001110101100001000010111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D7CC; }

 p { color: rgb(201,215,204); }

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

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

 a { background-color: rgb(201,215,204); }

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

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

 span { border-color: rgb(201,215,204); }

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