#C3DDC6

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

Shades of Edgewater #C3DDC6

Tints of Edgewater #C3DDC6

Color information

#C3DDC6 (or 0xC3DDC6) is unknown color: approx Edgewater. HEX triplet: C3, DD and C6. RGB value is (195,221,198). Sum of RGB (Red+Green+Blue) = 195+221+198=614 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.76% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 198 (77.73% from 255 or 32.25% from 614); Max value from RGB is 221 - color contains mainly: green. Hex color #C3DDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DDC6 is #3C2239. Grayscale: #D2D2D2. Windows color (decimal): -3940922 or 13032899. OLE color: 13032899.

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

Color convert

RGB195221198-
CMYK0.1200.100.13
HSL126.92º27.66%81.57%-
HSV(B)126.92º11.76%86.67%-
XYZ58.5667.3963.35-
YUV210.6120.89116.87-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.76%
GREEN value IS 221 (86.72% from 255) = 35.99%
BLUE value IS 198 (77.73% from 255) = 32.25%
R=31.76%
G=35.99%
B=32.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1952211980.1200.100.13126.9227.6681.57
HexC3DDC6C0AD7f1c52
Octal303335306140121517734122
Binary11000011110111011100011011000101011011111111111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DDC6; }

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

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

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

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

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

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

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

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