#C2DDAF

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

Shades of Madang #C2DDAF

Tints of Madang #C2DDAF

Color information

#C2DDAF (or 0xC2DDAF) is unknown color: approx Madang. HEX triplet: C2, DD and AF. RGB value is (194,221,175). Sum of RGB (Red+Green+Blue) = 194+221+175=590 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.88% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 175 (68.75% from 255 or 29.66% from 590); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DDAF is #3D2250. Grayscale: #CFCFCF. Windows color (decimal): -4006481 or 11525570. OLE color: 11525570.

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

Color convert

RGB194221175-
CMYK0.1200.210.13
HSL95.22º40.35%77.65%-
HSV(B)95.22º20.81%86.67%-
XYZ55.8466.2850.41-
YUV207.68109.55118.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.88%
GREEN value IS 221 (86.72% from 255) = 37.46%
BLUE value IS 175 (68.75% from 255) = 29.66%
R=32.88%
G=37.46%
B=29.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1942211750.1200.210.1395.2240.3577.65
HexC2DDAFC015D5f284e
Octal302335257140251513750116
Binary1100001011011101101011111100010101110110111111010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DDAF; }

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

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

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

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

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

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

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

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