#C9D1CC

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

Shades of Edgewater #C9D1CC

Tints of Edgewater #C9D1CC

Color information

#C9D1CC (or 0xC9D1CC) is unknown color: approx Edgewater. HEX triplet: C9, D1 and CC. RGB value is (201,209,204). Sum of RGB (Red+Green+Blue) = 201+209+204=614 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.74% from 614); Green value is 209 (82.03% from 255 or 34.04% from 614); Blue value is 204 (80.08% from 255 or 33.22% from 614); Max value from RGB is 209 - color contains mainly: green. Hex color #C9D1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D1CC is #362E33. Grayscale: #CECECE. Windows color (decimal): -3550772 or 13423049. OLE color: 13423049.

HSL color Cylindrical-coordinate representation of color #C9D1CC: hue angle of 142.5º degrees, saturation: 0.08, 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 #C9D1CC is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB201209204-
CMYK0.0400.020.18
HSL142.5º8%80.39%-
HSV(B)142.5º3.83%81.96%-
XYZ57.7962.3866.12-
YUV206.04126.85124.41-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.74%
GREEN value IS 209 (82.03% from 255) = 34.04%
BLUE value IS 204 (80.08% from 255) = 33.22%
R=32.74%
G=34.04%
B=33.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2012092040.0400.020.18142.5880.39
HexC9D1CC402128e850
Octal3113213144022221610120
Binary110010011101000111001100100010100101000111010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D1CC; }

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

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

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

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

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

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

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

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