#C2ECDD

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

Shades of Mint Tulip #C2ECDD

Tints of Mint Tulip #C2ECDD

Color information

#C2ECDD (or 0xC2ECDD) is unknown color: approx Mint Tulip. HEX triplet: C2, EC and DD. RGB value is (194,236,221). Sum of RGB (Red+Green+Blue) = 194+236+221=651 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.80% from 651); Green value is 236 (92.58% from 255 or 36.25% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 236 - color contains mainly: green. Hex color #C2ECDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2ECDD is #3D1322. Grayscale: #DDDDDD. Windows color (decimal): -4002595 or 14544066. OLE color: 14544066.

HSL color Cylindrical-coordinate representation of color #C2ECDD: hue angle of 158.57º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2ECDD is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB194236221-
CMYK0.1800.060.07
HSL158.57º52.5%84.31%-
HSV(B)158.57º17.8%92.55%-
XYZ65.2976.6879.77-
YUV221.73127.59108.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.80%
GREEN value IS 236 (92.58% from 255) = 36.25%
BLUE value IS 221 (86.72% from 255) = 33.95%
R=29.80%
G=36.25%
B=33.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1942362210.1800.060.07158.5752.584.31
HexC2ECDD120679f3454
Octal3023543352206723764124
Binary110000101110110011011101100100110111100111111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ECDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ECDD; }

 p { color: rgb(194,236,221); }

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

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

 a { background-color: rgb(194,236,221); }

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

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

 span { border-color: rgb(194,236,221); }

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