#C6DDCB

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

Shades of Edgewater #C6DDCB

Tints of Edgewater #C6DDCB

Color information

#C6DDCB (or 0xC6DDCB) is unknown color: approx Edgewater. HEX triplet: C6, DD and CB. RGB value is (198,221,203). Sum of RGB (Red+Green+Blue) = 198+221+203=622 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.83% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DDCB is #392234. Grayscale: #D4D4D4. Windows color (decimal): -3744309 or 13360582. OLE color: 13360582.

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

Color convert

RGB198221203-
CMYK0.1000.080.13
HSL133.04º25.27%82.16%-
HSV(B)133.04º10.41%86.67%-
XYZ59.9268.0366.47-
YUV212.07122.88117.96-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.83%
GREEN value IS 221 (86.72% from 255) = 35.53%
BLUE value IS 203 (79.69% from 255) = 32.64%
R=31.83%
G=35.53%
B=32.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1982212030.1000.080.13133.0425.2782.16
HexC6DDCBA08D851952
Octal306335313120101520531122
Binary110001101101110111001011101001000110110000101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DDCB; }

 p { color: rgb(198,221,203); }

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

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

 a { background-color: rgb(198,221,203); }

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

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

 span { border-color: rgb(198,221,203); }

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