Html Css Color HEX #C2DEAF Madang

📋 copy color: '#C2DEAF'

red 194 ◦ green 222 ◦ blue 175

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

Shades of Madang #C2DEAF

Tints of Madang #C2DEAF

RGB

 RED value IS 194 (76.17% from 255) = 32.83%

 GREEN value IS 222 (87.11% from 255) = 37.56%

 BLUE value IS 175 (68.75% from 255) = 29.61%

R = 32.83%
G = 37.56%
B = 29.61%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#C2DEAF (or 0xC2DEAF) is known color: Madang. HEX triplet: C2, DE and AF. RGB value is (194,222,175). Sum of RGB (Red+Green+Blue) = 194+222+175=591 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.83% from 591); Green value is 222 (87.11% from 255 or 37.56% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DEAF is #3D2150. Grayscale: #D0D0D0. Windows color (decimal): -4006225 or 11525826. OLE color: 11525826.

HSL color Cylindrical-coordinate representation of color #C2DEAF: hue angle of 95.74º degrees, saturation: 0.42, 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 #C2DEAF is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 222 175 -
CMYK 0.13 0 0.21 0.13
HSL 95.74º 0.42% 0.78% -
HSV(B) 95.74º 0.21% 0.87% -
XYZ 56.11 66.81 50.5 -
YUV 208.27 109.22 117.82 -
System Red Green Blue C M Y K H S L
Decimal 194 222 175 0.13 0 0.21 0.13 95.74 0.42 0.78
Hex C2 DE AF D 0 15 D 60 2A 4E
Octal 302 336 257 15 0 25 15 140 52 116
Binary 11000010 11011110 10101111 1101 0 10101 1101 1100000 101010 1001110

Color Harmonies of #C2DEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DEAF

Black with #C2DEAF

Text Example


Text Example

White with #C2DEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DEAF; }

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

 H1.HeaderClassName
 {
   color: #C2DEAF;
 }
 .AnyTagClassName
 {
   color: #C2DEAF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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