#C1DBAF

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

Shades of Madang #C1DBAF

Tints of Madang #C1DBAF

Color information

#C1DBAF (or 0xC1DBAF) is unknown color: approx Madang. HEX triplet: C1, DB and AF. RGB value is (193,219,175). Sum of RGB (Red+Green+Blue) = 193+219+175=587 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.88% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 219 - color contains mainly: green. Hex color #C1DBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DBAF is #3E2450. Grayscale: #CECECE. Windows color (decimal): -4072529 or 11525057. OLE color: 11525057.

HSL color Cylindrical-coordinate representation of color #C1DBAF: hue angle of 95.45º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C1DBAF is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB193219175-
CMYK0.1200.200.14
HSL95.45º37.93%77.25%-
HSV(B)95.45º20.09%85.88%-
XYZ55.0665.150.22-
YUV206.21110.39118.58-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.88%
GREEN value IS 219 (85.94% from 255) = 37.31%
BLUE value IS 175 (68.75% from 255) = 29.81%
R=32.88%
G=37.31%
B=29.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1932191750.1200.200.1495.4537.9377.25
HexC1DBAFC014E5f264d
Octal301333257140241613746115
Binary1100000111011011101011111100010100111010111111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DBAF; }

 p { color: rgb(193,219,175); }

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

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

 a { background-color: rgb(193,219,175); }

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

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

 span { border-color: rgb(193,219,175); }

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