#C9D5CC

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

Shades of Edgewater #C9D5CC

Tints of Edgewater #C9D5CC

Color information

#C9D5CC (or 0xC9D5CC) is unknown color: approx Edgewater. HEX triplet: C9, D5 and CC. RGB value is (201,213,204). Sum of RGB (Red+Green+Blue) = 201+213+204=618 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.52% from 618); Green value is 213 (83.59% from 255 or 34.47% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 213 - color contains mainly: green. Hex color #C9D5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D5CC is #362A33. Grayscale: #D0D0D0. Windows color (decimal): -3549748 or 13424073. OLE color: 13424073.

HSL color Cylindrical-coordinate representation of color #C9D5CC: hue angle of 135º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C9D5CC is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB201213204-
CMYK0.0600.040.16
HSL135º12.5%81.18%-
HSV(B)135º5.63%83.53%-
XYZ58.7864.3766.45-
YUV208.39125.52122.73-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.52%
GREEN value IS 213 (83.59% from 255) = 34.47%
BLUE value IS 204 (80.08% from 255) = 33.01%
R=32.52%
G=34.47%
B=33.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2012132040.0600.040.1613512.581.18
HexC9D5CC6041087c51
Octal3113253146042020714121
Binary1100100111010101110011001100100100001000011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D5CC; }

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

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

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

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

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

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

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

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