#C2EDDC

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

Shades of Mint Tulip #C2EDDC

Tints of Mint Tulip #C2EDDC

Color information

#C2EDDC (or 0xC2EDDC) is unknown color: approx Mint Tulip. HEX triplet: C2, ED and DC. RGB value is (194,237,220). Sum of RGB (Red+Green+Blue) = 194+237+220=651 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.80% from 651); Green value is 237 (92.97% from 255 or 36.41% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 237 - color contains mainly: green. Hex color #C2EDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EDDC is #3D1223. Grayscale: #DEDEDE. Windows color (decimal): -4002340 or 14478786. OLE color: 14478786.

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

Color convert

RGB194237220-
CMYK0.1800.070.07
HSL156.28º54.43%84.51%-
HSV(B)156.28º18.14%92.94%-
XYZ65.4577.2179.16-
YUV222.2126.75107.88-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.80%
GREEN value IS 237 (92.97% from 255) = 36.41%
BLUE value IS 220 (86.33% from 255) = 33.79%
R=29.80%
G=36.41%
B=33.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1942372200.1800.070.07156.2854.4384.51
HexC2EDDC120779c3655
Octal3023553342207723466125
Binary110000101110110111011100100100111111100111001101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EDDC; }

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

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

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

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

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

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

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

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