#C3DDAF

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

Shades of Madang #C3DDAF

Tints of Madang #C3DDAF

Color information

#C3DDAF (or 0xC3DDAF) is unknown color: approx 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

RGB195221175-
CMYK0.1200.210.13
HSL93.91º40.35%77.65%-
HSV(B)93.91º20.81%86.67%-
XYZ56.166.4150.42-
YUV207.98109.39118.74-

RGB Variations

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

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 (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1952211750.1200.210.1393.9140.3577.65
HexC3DDAFC015D5e284e
Octal303335257140251513650116
Binary1100001111011101101011111100010101110110111101010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>