#C9D6CB

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

Shades of Edgewater #C9D6CB

Tints of Edgewater #C9D6CB

Color information

#C9D6CB (or 0xC9D6CB) is unknown color: approx Edgewater. HEX triplet: C9, D6 and CB. RGB value is (201,214,203). Sum of RGB (Red+Green+Blue) = 201+214+203=618 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.52% from 618); Green value is 214 (83.98% from 255 or 34.63% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 214 - color contains mainly: green. Hex color #C9D6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D6CB is #362934. Grayscale: #D0D0D0. Windows color (decimal): -3549493 or 13358793. OLE color: 13358793.

HSL color Cylindrical-coordinate representation of color #C9D6CB: hue angle of 129.23º degrees, saturation: 0.14, 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 #C9D6CB is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB201214203-
CMYK0.0600.050.16
HSL129.23º13.68%81.37%-
HSV(B)129.23º6.07%83.92%-
XYZ58.9164.8265.91-
YUV208.86124.69122.39-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.52%
GREEN value IS 214 (83.98% from 255) = 34.63%
BLUE value IS 203 (79.69% from 255) = 32.85%
R=32.52%
G=34.63%
B=32.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2012142030.0600.050.16129.2313.6881.37
HexC9D6CB6051081e51
Octal3113263136052020116121
Binary1100100111010110110010111100101100001000000111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D6CB; }

 p { color: rgb(201,214,203); }

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

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

 a { background-color: rgb(201,214,203); }

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

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

 span { border-color: rgb(201,214,203); }

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