#C9DBCD

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

Shades of Edgewater #C9DBCD

Tints of Edgewater #C9DBCD

Color information

#C9DBCD (or 0xC9DBCD) is unknown color: approx Edgewater. HEX triplet: C9, DB and CD. RGB value is (201,219,205). Sum of RGB (Red+Green+Blue) = 201+219+205=625 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.16% from 625); Green value is 219 (85.94% from 255 or 35.04% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DBCD is #362432. Grayscale: #D4D4D4. Windows color (decimal): -3548211 or 13491145. OLE color: 13491145.

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

Color convert

RGB201219205-
CMYK0.0800.060.14
HSL133.33º20%82.35%-
HSV(B)133.33º8.22%85.88%-
XYZ60.4467.4967.6-
YUV212.02124.04120.14-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.16%
GREEN value IS 219 (85.94% from 255) = 35.04%
BLUE value IS 205 (80.47% from 255) = 32.8%
R=32.16%
G=35.04%
B=32.8%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2012192050.0800.060.14133.332082.35
HexC9DBCD806E851452
Octal31133331510061620524122
Binary11001001110110111100110110000110111010000101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DBCD; }

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

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

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

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

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

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

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

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