#C4EDDC

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

Shades of Mint Tulip #C4EDDC

Tints of Mint Tulip #C4EDDC

Color information

#C4EDDC (or 0xC4EDDC) is unknown color: approx Mint Tulip. HEX triplet: C4, ED and DC. RGB value is (196,237,220). Sum of RGB (Red+Green+Blue) = 196+237+220=653 (86% of max value = 765). Red value is 196 (76.95% from 255 or 30.02% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 237 - color contains mainly: green. Hex color #C4EDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4EDDC is #3B1223. Grayscale: #DEDEDE. Windows color (decimal): -3871268 or 14478788. OLE color: 14478788.

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

Color convert

RGB196237220-
CMYK0.1700.070.07
HSL155.12º53.25%84.9%-
HSV(B)155.12º17.3%92.94%-
XYZ65.9777.4779.19-
YUV222.8126.42108.88-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.02%
GREEN value IS 237 (92.97% from 255) = 36.29%
BLUE value IS 220 (86.33% from 255) = 33.69%
R=30.02%
G=36.29%
B=33.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1962372200.1700.070.07155.1253.2584.9
HexC4EDDC110779b3555
Octal3043553342107723365125
Binary110001001110110111011100100010111111100110111101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4EDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4EDDC; }

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

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

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

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

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

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

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

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