#C9DDCC

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

Shades of Edgewater #C9DDCC

Tints of Edgewater #C9DDCC

Color information

#C9DDCC (or 0xC9DDCC) is unknown color: approx Edgewater. HEX triplet: C9, DD and CC. RGB value is (201,221,204). Sum of RGB (Red+Green+Blue) = 201+221+204=626 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.11% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DDCC is #362233. Grayscale: #D5D5D5. Windows color (decimal): -3547700 or 13426121. OLE color: 13426121.

HSL color Cylindrical-coordinate representation of color #C9DDCC: hue angle of 129º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9DDCC is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB201221204-
CMYK0.0900.080.13
HSL129º22.73%82.75%-
HSV(B)129º9.05%86.67%-
XYZ60.8468.4967.14-
YUV213.08122.87119.38-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.11%
GREEN value IS 221 (86.72% from 255) = 35.30%
BLUE value IS 204 (80.08% from 255) = 32.59%
R=32.11%
G=35.30%
B=32.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2012212040.0900.080.1312922.7382.75
HexC9DDCC908D811753
Octal311335314110101520127123
Binary110010011101110111001100100101000110110000001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DDCC; }

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

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

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

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

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

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

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

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