#C1EDDC

Color #C1EDDC Mint Tulip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Tulip #C1EDDC

Tints of Mint Tulip #C1EDDC

Color information

#C1EDDC (or 0xC1EDDC) is unknown color: approx Mint Tulip. HEX triplet: C1, ED and DC. RGB value is (193,237,220). Sum of RGB (Red+Green+Blue) = 193+237+220=650 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.69% from 650); Green value is 237 (92.97% from 255 or 36.46% from 650); Blue value is 220 (86.33% from 255 or 33.85% from 650); Max value from RGB is 237 - color contains mainly: green. Hex color #C1EDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1EDDC is #3E1223. Grayscale: #DDDDDD. Windows color (decimal): -4067876 or 14478785. OLE color: 14478785.

HSL color Cylindrical-coordinate representation of color #C1EDDC: hue angle of 156.82º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1EDDC is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB193237220-
CMYK0.1900.070.07
HSL156.82º55%84.31%-
HSV(B)156.82º18.57%92.94%-
XYZ65.1977.0779.15-
YUV221.91126.92107.38-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.69%
GREEN value IS 237 (92.97% from 255) = 36.46%
BLUE value IS 220 (86.33% from 255) = 33.85%
R=29.69%
G=36.46%
B=33.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1932372200.1900.070.07156.825584.31
HexC1EDDC130779d3754
Octal3013553342307723567124
Binary110000011110110111011100100110111111100111011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1EDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1EDDC; }

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

 H1.HeaderClassName
 {
   color: #C1EDDC;
 }
 .AnyTagClassName
 {
   color: #C1EDDC;
 }
</style>
background-color css

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

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

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

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

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

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