#C9DACD

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

Shades of Edgewater #C9DACD

Tints of Edgewater #C9DACD

Color information

#C9DACD (or 0xC9DACD) is unknown color: approx Edgewater. HEX triplet: C9, DA and CD. RGB value is (201,218,205). Sum of RGB (Red+Green+Blue) = 201+218+205=624 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.21% from 624); Green value is 218 (85.55% from 255 or 34.94% from 624); Blue value is 205 (80.47% from 255 or 32.85% from 624); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DACD is #362532. Grayscale: #D3D3D3. Windows color (decimal): -3548467 or 13490889. OLE color: 13490889.

HSL color Cylindrical-coordinate representation of color #C9DACD: hue angle of 134.12º degrees, saturation: 0.19, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9DACD is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB201218205-
CMYK0.0800.060.15
HSL134.12º18.68%82.16%-
HSV(B)134.12º7.8%85.49%-
XYZ60.1866.9767.51-
YUV211.44124.37120.56-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.21%
GREEN value IS 218 (85.55% from 255) = 34.94%
BLUE value IS 205 (80.47% from 255) = 32.85%
R=32.21%
G=34.94%
B=32.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2012182050.0800.060.15134.1218.6882.16
HexC9DACD806F861352
Octal31133231510061720623122
Binary11001001110110101100110110000110111110000110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DACD; }

 p { color: rgb(201,218,205); }

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

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

 a { background-color: rgb(201,218,205); }

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

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

 span { border-color: rgb(201,218,205); }

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