#C6D4C9

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

Shades of Edgewater #C6D4C9

Tints of Edgewater #C6D4C9

Color information

#C6D4C9 (or 0xC6D4C9) is unknown color: approx Edgewater. HEX triplet: C6, D4 and C9. RGB value is (198,212,201). Sum of RGB (Red+Green+Blue) = 198+212+201=611 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.41% from 611); Green value is 212 (83.20% from 255 or 34.70% from 611); Blue value is 201 (78.91% from 255 or 32.90% from 611); Max value from RGB is 212 - color contains mainly: green. Hex color #C6D4C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D4C9 is #392B36. Grayscale: #CECECE. Windows color (decimal): -3746615 or 13227206. OLE color: 13227206.

HSL color Cylindrical-coordinate representation of color #C6D4C9: hue angle of 132.86º degrees, saturation: 0.14, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C6D4C9 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB198212201-
CMYK0.0700.050.17
HSL132.86º14%80.39%-
HSV(B)132.86º6.6%83.14%-
XYZ57.3763.3164.45-
YUV206.56124.86121.89-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.41%
GREEN value IS 212 (83.20% from 255) = 34.70%
BLUE value IS 201 (78.91% from 255) = 32.90%
R=32.41%
G=34.70%
B=32.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1982122010.0700.050.17132.861480.39
HexC6D4C97051185e50
Octal3063243117052120516120
Binary1100011011010100110010011110101100011000010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D4C9; }

 p { color: rgb(198,212,201); }

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

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

 a { background-color: rgb(198,212,201); }

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

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

 span { border-color: rgb(198,212,201); }

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