Html Css Color HEX #C3DDAF Madang

📋 copy color: '#C3DDAF'

red 195 ◦ green 221 ◦ blue 175

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

Shades of Madang #C3DDAF

Tints of Madang #C3DDAF

RGB

 RED value IS 195 (76.56% from 255) = 32.99%

 GREEN value IS 221 (86.72% from 255) = 37.39%

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

R = 32.99%
G = 37.39%
B = 29.61%

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

#C3DDAF (or 0xC3DDAF) is known color: Madang. HEX triplet: C3, DD and AF. RGB value is (195,221,175). Sum of RGB (Red+Green+Blue) = 195+221+175=591 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.99% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 221 - color contains mainly: green. Hex color #C3DDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3DDAF is #3C2250. Grayscale: #D0D0D0. Windows color (decimal): -3940945 or 11525571. OLE color: 11525571.

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

Color convert

RGB 195 221 175 -
CMYK 0.12 0 0.21 0.13
HSL 93.91º 0.4% 0.78% -
HSV(B) 93.91º 0.21% 0.87% -
XYZ 56.1 66.41 50.42 -
YUV 207.98 109.39 118.74 -
System Red Green Blue C M Y K H S L
Decimal 195 221 175 0.12 0 0.21 0.13 93.91 0.4 0.78
Hex C3 DD AF C 0 15 D 5E 28 4E
Octal 303 335 257 14 0 25 15 136 50 116
Binary 11000011 11011101 10101111 1100 0 10101 1101 1011110 101000 1001110

Color Harmonies of #C3DDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DDAF

Black with #C3DDAF

Text Example


Text Example

White with #C3DDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DDAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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