Html Css Color HEX #C2EADE Mint Tulip

📋 copy color: '#C2EADE'

red 194 ◦ green 234 ◦ blue 222

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

Shades of Mint Tulip #C2EADE

Tints of Mint Tulip #C2EADE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36%

 BLUE value IS 222 (87.11% from 255) = 34.15%

R = 29.85%
G = 36%
B = 34.15%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#C2EADE (or 0xC2EADE) is known color: Mint Tulip. HEX triplet: C2, EA and DE. RGB value is (194,234,222). Sum of RGB (Red+Green+Blue) = 194+234+222=650 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.85% from 650); Green value is 234 (91.80% from 255 or 36% from 650); Blue value is 222 (87.11% from 255 or 34.15% from 650); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EADE is #3D1521. Grayscale: #DCDCDC. Windows color (decimal): -4003106 or 14609090. OLE color: 14609090.

HSL color Cylindrical-coordinate representation of color #C2EADE: hue angle of 162º degrees, saturation: 0.49, 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 #C2EADE is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 234 222 -
CMYK 0.17 0 0.05 0.08
HSL 162º 0.49% 0.84% -
HSV(B) 162º 0.17% 0.92% -
XYZ 64.86 75.59 80.28 -
YUV 220.67 128.75 108.98 -
System Red Green Blue C M Y K H S L
Decimal 194 234 222 0.17 0 0.05 0.08 162 0.49 0.84
Hex C2 EA DE 11 0 5 8 A2 31 54
Octal 302 352 336 21 0 5 10 242 61 124
Binary 11000010 11101010 11011110 10001 0 101 1000 10100010 110001 1010100

Color Harmonies of #C2EADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EADE

Black with #C2EADE

Text Example


Text Example

White with #C2EADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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