Html Css Color HEX #C2DDAF Madang

📋 copy color: '#C2DDAF'

red 194 ◦ green 221 ◦ blue 175

#C2DDAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madang #C2DDAF

Tints of Madang #C2DDAF

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 value IS 0.12

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#C2DDAF (or 0xC2DDAF) is known color: 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

RGB 194 221 175 -
CMYK 0.12 0 0.21 0.13
HSL 95.22º 0.4% 0.78% -
HSV(B) 95.22º 0.21% 0.87% -
XYZ 55.84 66.28 50.41 -
YUV 207.68 109.55 118.24 -
System Red Green Blue C M Y K H S L
Decimal 194 221 175 0.12 0 0.21 0.13 95.22 0.4 0.78
Hex C2 DD AF C 0 15 D 5F 28 4E
Octal 302 335 257 14 0 25 15 137 50 116
Binary 11000010 11011101 10101111 1100 0 10101 1101 1011111 101000 1001110

Color Harmonies of #C2DDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DDAF

Black with #C2DDAF

Text Example


Text Example

White with #C2DDAF

Text Example


Text Example

HTML Codes & Css Web 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>