#C6EDDC

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

Shades of Mint Tulip #C6EDDC

Tints of Mint Tulip #C6EDDC

Color information

#C6EDDC (or 0xC6EDDC) is unknown color: approx Mint Tulip. HEX triplet: C6, ED and DC. RGB value is (198,237,220). Sum of RGB (Red+Green+Blue) = 198+237+220=655 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.23% from 655); Green value is 237 (92.97% from 255 or 36.18% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 237 - color contains mainly: green. Hex color #C6EDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6EDDC is #391223. Grayscale: #DFDFDF. Windows color (decimal): -3740196 or 14478790. OLE color: 14478790.

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

Color convert

RGB198237220-
CMYK0.1600.070.07
HSL153.85º52%85.29%-
HSV(B)153.85º16.46%92.94%-
XYZ66.4977.7479.21-
YUV223.4126.08109.88-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 30.23%
GREEN value IS 237 (92.97% from 255) = 36.18%
BLUE value IS 220 (86.33% from 255) = 33.59%
R=30.23%
G=36.18%
B=33.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1982372200.1600.070.07153.855285.29
HexC6EDDC100779a3455
Octal3063553342007723264125
Binary110001101110110111011100100000111111100110101101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6EDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6EDDC; }

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

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

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

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

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

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

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

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