#C2EDDE

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

Shades of Mint Tulip #C2EDDE

Tints of Mint Tulip #C2EDDE

Color information

#C2EDDE (or 0xC2EDDE) is unknown color: approx Mint Tulip. HEX triplet: C2, ED and DE. RGB value is (194,237,222). Sum of RGB (Red+Green+Blue) = 194+237+222=653 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.71% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 222 (87.11% from 255 or 34.00% from 653); Max value from RGB is 237 - color contains mainly: green. Hex color #C2EDDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EDDE is #3D1221. Grayscale: #DEDEDE. Windows color (decimal): -4002338 or 14609858. OLE color: 14609858.

HSL color Cylindrical-coordinate representation of color #C2EDDE: hue angle of 159.07º 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 #C2EDDE is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB194237222-
CMYK0.1800.060.07
HSL159.07º54.43%84.51%-
HSV(B)159.07º18.14%92.94%-
XYZ65.7277.3180.57-
YUV222.43127.75107.72-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.71%
GREEN value IS 237 (92.97% from 255) = 36.29%
BLUE value IS 222 (87.11% from 255) = 34.00%
R=29.71%
G=36.29%
B=34.00%

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
Decimal1942372220.1800.060.07159.0754.4384.51
HexC2EDDE120679f3655
Octal3023553362206723766125
Binary110000101110110111011110100100110111100111111101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EDDE; }

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

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

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

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

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

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

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

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