#C2DDC9

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

Shades of Edgewater #C2DDC9

Tints of Edgewater #C2DDC9

Color information

#C2DDC9 (or 0xC2DDC9) is unknown color: approx Edgewater. HEX triplet: C2, DD and C9. RGB value is (194,221,201). Sum of RGB (Red+Green+Blue) = 194+221+201=616 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.49% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 201 (78.91% from 255 or 32.63% from 616); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DDC9 is #3D2236. Grayscale: #D2D2D2. Windows color (decimal): -4006455 or 13229506. OLE color: 13229506.

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

Color convert

RGB194221201-
CMYK0.1200.090.13
HSL135.56º28.42%81.37%-
HSV(B)135.56º12.22%86.67%-
XYZ58.6567.465.18-
YUV210.65122.55116.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.49%
GREEN value IS 221 (86.72% from 255) = 35.88%
BLUE value IS 201 (78.91% from 255) = 32.63%
R=31.49%
G=35.88%
B=32.63%

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
Decimal1942212010.1200.090.13135.5628.4281.37
HexC2DDC9C09D881c51
Octal302335311140111521034121
Binary110000101101110111001001110001001110110001000111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DDC9; }

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

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

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

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

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

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

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

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