Html Css Color HEX #C2EBDC Mint Tulip

📋 copy color: '#C2EBDC'

red 194 ◦ green 235 ◦ blue 220

#C2EBDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mint Tulip #C2EBDC

Tints of Mint Tulip #C2EBDC

RGB

 RED value IS 194 (76.17% from 255) = 29.89%

 GREEN value IS 235 (92.19% from 255) = 36.21%

 BLUE value IS 220 (86.33% from 255) = 33.9%

R = 29.89%
G = 36.21%
B = 33.9%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#C2EBDC (or 0xC2EBDC) is known color: Mint Tulip. HEX triplet: C2, EB and DC. RGB value is (194,235,220). Sum of RGB (Red+Green+Blue) = 194+235+220=649 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.89% from 649); Green value is 235 (92.19% from 255 or 36.21% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EBDC is #3D1423. Grayscale: #DDDDDD. Windows color (decimal): -4002852 or 14478274. OLE color: 14478274.

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

Color convert

RGB 194 235 220 -
CMYK 0.17 0 0.06 0.08
HSL 158.05º 0.51% 0.84% -
HSV(B) 158.05º 0.17% 0.92% -
XYZ 64.87 76.05 78.97 -
YUV 221.03 127.42 108.72 -
System Red Green Blue C M Y K H S L
Decimal 194 235 220 0.17 0 0.06 0.08 158.05 0.51 0.84
Hex C2 EB DC 11 0 6 8 9E 33 54
Octal 302 353 334 21 0 6 10 236 63 124
Binary 11000010 11101011 11011100 10001 0 110 1000 10011110 110011 1010100

Color Harmonies of #C2EBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EBDC

Black with #C2EBDC

Text Example


Text Example

White with #C2EBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EBDC; }

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

 H1.HeaderClassName
 {
   color: #C2EBDC;
 }
 .AnyTagClassName
 {
   color: #C2EBDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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