#C3DDC9

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

Shades of Edgewater #C3DDC9

Tints of Edgewater #C3DDC9

Color information

#C3DDC9 (or 0xC3DDC9) is unknown color: approx Edgewater. HEX triplet: C3, DD and C9. RGB value is (195,221,201). Sum of RGB (Red+Green+Blue) = 195+221+201=617 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.60% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 201 (78.91% from 255 or 32.58% from 617); Max value from RGB is 221 - color contains mainly: green. Hex color #C3DDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DDC9 is #3C2236. Grayscale: #D3D3D3. Windows color (decimal): -3940919 or 13229507. OLE color: 13229507.

HSL color Cylindrical-coordinate representation of color #C3DDC9: hue angle of 133.85º 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 #C3DDC9 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB195221201-
CMYK0.1200.090.13
HSL133.85º27.66%81.57%-
HSV(B)133.85º11.76%86.67%-
XYZ58.967.5365.19-
YUV210.95122.39116.63-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.60%
GREEN value IS 221 (86.72% from 255) = 35.82%
BLUE value IS 201 (78.91% from 255) = 32.58%
R=31.60%
G=35.82%
B=32.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1952212010.1200.090.13133.8527.6681.57
HexC3DDC9C09D861c52
Octal303335311140111520634122
Binary110000111101110111001001110001001110110000110111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DDC9; }

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

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

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

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

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

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

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

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