#C1DDC6

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

Shades of Edgewater #C1DDC6

Tints of Edgewater #C1DDC6

Color information

#C1DDC6 (or 0xC1DDC6) is unknown color: approx Edgewater. HEX triplet: C1, DD and C6. RGB value is (193,221,198). Sum of RGB (Red+Green+Blue) = 193+221+198=612 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.54% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 198 (77.73% from 255 or 32.35% from 612); Max value from RGB is 221 - color contains mainly: green. Hex color #C1DDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DDC6 is #3E2239. Grayscale: #D2D2D2. Windows color (decimal): -4071994 or 13032897. OLE color: 13032897.

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

Color convert

RGB193221198-
CMYK0.1300.100.13
HSL130.71º29.17%81.18%-
HSV(B)130.71º12.67%86.67%-
XYZ58.0467.1363.32-
YUV210.01121.22115.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.54%
GREEN value IS 221 (86.72% from 255) = 36.11%
BLUE value IS 198 (77.73% from 255) = 32.35%
R=31.54%
G=36.11%
B=32.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1932211980.1300.100.13130.7129.1781.18
HexC1DDC6D0AD831d51
Octal301335306150121520335121
Binary110000011101110111000110110101010110110000011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DDC6; }

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

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

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

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

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

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

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

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