Html Css Color HEX #C1FADE Mint Tulip

📋 copy color: '#C1FADE'

red 193 ◦ green 250 ◦ blue 222

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

Shades of Mint Tulip #C1FADE

Tints of Mint Tulip #C1FADE

RGB

 RED value IS 193 (75.78% from 255) = 29.02%

 GREEN value IS 250 (98.05% from 255) = 37.59%

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

R = 29.02%
G = 37.59%
B = 33.38%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#C1FADE (or 0xC1FADE) is known color: Mint Tulip. HEX triplet: C1, FA and DE. RGB value is (193,250,222). Sum of RGB (Red+Green+Blue) = 193+250+222=665 (88% of max value = 765). Red value is 193 (75.78% from 255 or 29.02% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 222 (87.11% from 255 or 33.38% from 665); Max value from RGB is 250 - color contains mainly: green. Hex color #C1FADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FADE is #3E0521. Grayscale: #E5E5E5. Windows color (decimal): -4064546 or 14613185. OLE color: 14613185.

HSL color Cylindrical-coordinate representation of color #C1FADE: hue angle of 150.53º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1FADE is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 250 222 -
CMYK 0.23 0 0.11 0.02
HSL 150.53º 0.85% 0.87% -
HSV(B) 150.53º 0.23% 0.98% -
XYZ 69.36 84.98 81.85 -
YUV 229.77 123.62 101.78 -
System Red Green Blue C M Y K H S L
Decimal 193 250 222 0.23 0 0.11 0.02 150.53 0.85 0.87
Hex C1 FA DE 17 0 B 2 97 55 57
Octal 301 372 336 27 0 13 2 227 125 127
Binary 11000001 11111010 11011110 10111 0 1011 10 10010111 1010101 1010111

Color Harmonies of #C1FADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1FADE

Black with #C1FADE

Text Example


Text Example

White with #C1FADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1FADE; }

 p { color: rgb(193,250,222); }

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

background-color css

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

 a { background-color: rgb(193,250,222); }

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

border-color css

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

 span { border-color: rgb(193,250,222); }

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