#C5DCCB

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

Shades of Edgewater #C5DCCB

Tints of Edgewater #C5DCCB

Color information

#C5DCCB (or 0xC5DCCB) is unknown color: approx Edgewater. HEX triplet: C5, DC and CB. RGB value is (197,220,203). Sum of RGB (Red+Green+Blue) = 197+220+203=620 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.77% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DCCB is #3A2334. Grayscale: #D3D3D3. Windows color (decimal): -3810101 or 13360325. OLE color: 13360325.

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

Color convert

RGB197220203-
CMYK0.1000.080.14
HSL135.65º24.73%81.76%-
HSV(B)135.65º10.45%86.27%-
XYZ59.467.3766.37-
YUV211.18123.38117.88-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.77%
GREEN value IS 220 (86.33% from 255) = 35.48%
BLUE value IS 203 (79.69% from 255) = 32.74%
R=31.77%
G=35.48%
B=32.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1972202030.1000.080.14135.6524.7381.76
HexC5DCCBA08E881952
Octal305334313120101621031122
Binary110001011101110011001011101001000111010001000110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DCCB; }

 p { color: rgb(197,220,203); }

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

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

 a { background-color: rgb(197,220,203); }

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

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

 span { border-color: rgb(197,220,203); }

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