Html Css Color HEX #C2ECDD Mint Tulip

📋 copy color: '#C2ECDD'

red 194 ◦ green 236 ◦ blue 221

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

Shades of Mint Tulip #C2ECDD

Tints of Mint Tulip #C2ECDD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.25%

 BLUE value IS 221 (86.72% from 255) = 33.95%

R = 29.8%
G = 36.25%
B = 33.95%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#C2ECDD (or 0xC2ECDD) is known color: 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

RGB 194 236 221 -
CMYK 0.18 0 0.06 0.07
HSL 158.57º 0.53% 0.84% -
HSV(B) 158.57º 0.18% 0.93% -
XYZ 65.29 76.68 79.77 -
YUV 221.73 127.59 108.22 -
System Red Green Blue C M Y K H S L
Decimal 194 236 221 0.18 0 0.06 0.07 158.57 0.53 0.84
Hex C2 EC DD 12 0 6 7 9F 34 54
Octal 302 354 335 22 0 6 7 237 64 124
Binary 11000010 11101100 11011101 10010 0 110 111 10011111 110100 1010100

Color Harmonies of #C2ECDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ECDD

Black with #C2ECDD

Text Example


Text Example

White with #C2ECDD

Text Example


Text Example

HTML Codes & Css Web 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>