#C2E9DC

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

Shades of Mint Tulip #C2E9DC

Tints of Mint Tulip #C2E9DC

Color information

#C2E9DC (or 0xC2E9DC) is unknown color: approx Mint Tulip. HEX triplet: C2, E9 and DC. RGB value is (194,233,220). Sum of RGB (Red+Green+Blue) = 194+233+220=647 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.98% from 647); Green value is 233 (91.41% from 255 or 36.01% from 647); Blue value is 220 (86.33% from 255 or 34.00% from 647); Max value from RGB is 233 - color contains mainly: green. Hex color #C2E9DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2E9DC is #3D1623. Grayscale: #DBDBDB. Windows color (decimal): -4003364 or 14477762. OLE color: 14477762.

HSL color Cylindrical-coordinate representation of color #C2E9DC: hue angle of 160º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2E9DC is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB194233220-
CMYK0.1700.060.09
HSL160º46.99%83.73%-
HSV(B)160º16.74%91.37%-
XYZ64.3174.9178.78-
YUV219.86128.08109.56-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.98%
GREEN value IS 233 (91.41% from 255) = 36.01%
BLUE value IS 220 (86.33% from 255) = 34.00%
R=29.98%
G=36.01%
B=34.00%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1942332200.1700.060.0916046.9983.73
HexC2E9DC11069a02f54
Octal30235133421061124057124
Binary1100001011101001110111001000101101001101000001011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E9DC; }

 p { color: rgb(194,233,220); }

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

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

 a { background-color: rgb(194,233,220); }

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

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

 span { border-color: rgb(194,233,220); }

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