Html Css Color HEX #C1E5DC Mint Tulip

📋 copy color: '#C1E5DC'

red 193 ◦ green 229 ◦ blue 220

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

Shades of Mint Tulip #C1E5DC

Tints of Mint Tulip #C1E5DC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.67%

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

R = 30.06%
G = 35.67%
B = 34.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#C1E5DC (or 0xC1E5DC) is known color: Mint Tulip. HEX triplet: C1, E5 and DC. RGB value is (193,229,220). Sum of RGB (Red+Green+Blue) = 193+229+220=642 (85% of max value = 765). Red value is 193 (75.78% from 255 or 30.06% from 642); Green value is 229 (89.84% from 255 or 35.67% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 229 - color contains mainly: green. Hex color #C1E5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1E5DC is #3E1A23. Grayscale: #D9D9D9. Windows color (decimal): -4069924 or 14476737. OLE color: 14476737.

HSL color Cylindrical-coordinate representation of color #C1E5DC: hue angle of 165º degrees, saturation: 0.41, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C1E5DC is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 193 229 220 -
CMYK 0.16 0 0.04 0.10
HSL 165º 0.41% 0.83% -
HSV(B) 165º 0.16% 0.9% -
XYZ 62.93 72.54 78.4 -
YUV 217.21 129.57 110.73 -
System Red Green Blue C M Y K H S L
Decimal 193 229 220 0.16 0 0.04 0.10 165 0.41 0.83
Hex C1 E5 DC 10 0 4 A A5 29 53
Octal 301 345 334 20 0 4 12 245 51 123
Binary 11000001 11100101 11011100 10000 0 100 1010 10100101 101001 1010011

Color Harmonies of #C1E5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1E5DC

Black with #C1E5DC

Text Example


Text Example

White with #C1E5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1E5DC; }

 p { color: rgb(193,229,220); }

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

background-color css

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

 a { background-color: rgb(193,229,220); }

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

border-color css

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

 span { border-color: rgb(193,229,220); }

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