#C1DBC6

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

Shades of Edgewater #C1DBC6

Tints of Edgewater #C1DBC6

Color information

#C1DBC6 (or 0xC1DBC6) is unknown color: approx Edgewater. HEX triplet: C1, DB and C6. RGB value is (193,219,198). Sum of RGB (Red+Green+Blue) = 193+219+198=610 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.64% from 610); Green value is 219 (85.94% from 255 or 35.90% from 610); Blue value is 198 (77.73% from 255 or 32.46% from 610); Max value from RGB is 219 - color contains mainly: green. Hex color #C1DBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DBC6 is #3E2439. Grayscale: #D0D0D0. Windows color (decimal): -4072506 or 13032385. OLE color: 13032385.

HSL color Cylindrical-coordinate representation of color #C1DBC6: hue angle of 131.54º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1DBC6 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB193219198-
CMYK0.1200.100.14
HSL131.54º26.53%80.78%-
HSV(B)131.54º11.87%85.88%-
XYZ57.5266.0863.15-
YUV208.83121.89116.71-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.64%
GREEN value IS 219 (85.94% from 255) = 35.90%
BLUE value IS 198 (77.73% from 255) = 32.46%
R=31.64%
G=35.90%
B=32.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1932191980.1200.100.14131.5426.5380.78
HexC1DBC6C0AE841b51
Octal301333306140121620433121
Binary110000011101101111000110110001010111010000100110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DBC6; }

 p { color: rgb(193,219,198); }

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

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

 a { background-color: rgb(193,219,198); }

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

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

 span { border-color: rgb(193,219,198); }

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