#C6D9CC

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

Shades of Edgewater #C6D9CC

Tints of Edgewater #C6D9CC

Color information

#C6D9CC (or 0xC6D9CC) is unknown color: approx Edgewater. HEX triplet: C6, D9 and CC. RGB value is (198,217,204). Sum of RGB (Red+Green+Blue) = 198+217+204=619 (81% of max value = 765). Red value is 198 (77.73% from 255 or 31.99% from 619); Green value is 217 (85.16% from 255 or 35.06% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 217 - color contains mainly: green. Hex color #C6D9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D9CC is #392633. Grayscale: #D1D1D1. Windows color (decimal): -3745332 or 13425094. OLE color: 13425094.

HSL color Cylindrical-coordinate representation of color #C6D9CC: hue angle of 138.95º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C6D9CC is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB198217204-
CMYK0.0900.060.15
HSL138.95º20%81.37%-
HSV(B)138.95º8.76%85.1%-
XYZ5965.9966.75-
YUV209.84124.71119.56-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.99%
GREEN value IS 217 (85.16% from 255) = 35.06%
BLUE value IS 204 (80.08% from 255) = 32.96%
R=31.99%
G=35.06%
B=32.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1982172040.0900.060.15138.952081.37
HexC6D9CC906F8b1451
Octal30633131411061721324121
Binary11000110110110011100110010010110111110001011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D9CC; }

 p { color: rgb(198,217,204); }

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

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

 a { background-color: rgb(198,217,204); }

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

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

 span { border-color: rgb(198,217,204); }

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